summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/nixvim/keymaps.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/modules/nixvim/keymaps.nix b/nixos/modules/nixvim/keymaps.nix
index 080a20d..4d7b8d9 100644
--- a/nixos/modules/nixvim/keymaps.nix
+++ b/nixos/modules/nixvim/keymaps.nix
@@ -38,10 +38,6 @@
"<leader>k" = "<C-w>k";
"<leader>l" = "<C-w>l";
- # Press 'H', 'L' to jump to start/end of a line (first/last character)
- # L = "$";
- # H = "^";
-
# resize with arrows
"<C-Up>" = ":resize -2<CR>";
"<C-Down>" = ":resize +2<CR>";