diff --git a/config/keymaps.nix b/config/keymaps.nix index ea9c4aa..78bc90c 100644 --- a/config/keymaps.nix +++ b/config/keymaps.nix @@ -35,42 +35,6 @@ desc = "Zen mode"; }; } - { - action = "h"; - key = ""; - options = { - silent = true; - noremap = true; - desc = "Move to left window"; - }; - } - { - action = "j"; - key = ""; - options = { - silent = true; - noremap = true; - desc = "Move to lower window"; - }; - } - { - action = "k"; - key = ""; - options = { - silent = true; - noremap = true; - desc = "Move to upper window"; - }; - } - { - action = "l"; - key = ""; - options = { - silent = true; - noremap = true; - desc = "Move to right window"; - }; - } { action = "close"; key = "wd"; @@ -80,15 +44,6 @@ desc = "Close current window"; }; } - { - action = "Bdelete!close"; - key = "wk"; - options = { - silent = true; - noremap = true; - desc = "Close current window, along with the buffer open inside."; - }; - } { action = "Telescope find_files"; key = "ff";