From 3d0b34c71406e844eb114a503a8720ee63cf0b8b Mon Sep 17 00:00:00 2001 From: jasmine Date: Wed, 19 Feb 2025 23:45:51 +0800 Subject: [PATCH] feat: remove unused keymap and simplify whichkey configuration --- config/plugins/utils/whichkey.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config/plugins/utils/whichkey.nix b/config/plugins/utils/whichkey.nix index cfeac59..7501f1e 100644 --- a/config/plugins/utils/whichkey.nix +++ b/config/plugins/utils/whichkey.nix @@ -5,15 +5,6 @@ # Prefixes, No operation. keymaps = [ - { - mode = "n"; - key = "f"; - action = ""; - options = { - desc = "+find/files"; - }; - } - { mode = "n"; key = "s";