From 6e7655cefa722e54c7752a12ca721997a04191e6 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Wed, 15 Oct 2025 17:23:06 +0800 Subject: [PATCH] [F] alphabetical --- config-sync/.config/micro/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-sync/.config/micro/settings.json b/config-sync/.config/micro/settings.json index e8ebbeb..8aa1fd2 100644 --- a/config-sync/.config/micro/settings.json +++ b/config-sync/.config/micro/settings.json @@ -1,5 +1,6 @@ { "autosu": true, + "basename": true, "clipboard": "terminal", "colorscheme": "azalea", "diffgutter": true, @@ -12,7 +13,6 @@ "scrollbar": true, "scrollbarchar": " ", "scrollmargin": 2, - "basename": true, "statusformatl": " $(filename) $(modified)($(line),$(col))$(status.paste) / ft:$(opt:filetype) / $(opt:fileformat) / $(opt:encoding)", "statusformatr": "Micro Editor 🐈 Help: ^G / Quit: ^Q " }