diff --git a/modules/editor/vim.nix b/modules/editor/vim.nix index d33c3d7..cbd23c8 100644 --- a/modules/editor/vim.nix +++ b/modules/editor/vim.nix @@ -300,6 +300,24 @@ in { action = "l"; options = { desc = "Go to Right Winddow"; remap = true; }; } + { + mode = "n"; + key = "wl"; + action = "l"; + options = { desc = "Go to Right Winddow"; remap = true; }; + } + { + mode = "n"; + key = ""; + action = "h"; + options = { desc = "Go to Left Winddow"; remap = true; }; + } + { + mode = "n"; + key = "wh"; + action = "h"; + options = { desc = "Go to Left Winddow"; remap = true; }; + } # Move lines { mode = "n";