diff options
author | Andrey0189 | 2024-04-18 11:37:45 +0500 |
---|---|---|
committer | Andrey0189 | 2024-04-18 11:37:45 +0500 |
commit | a7fca11b911eca916f8afa647018dffe53b9fdef (patch) | |
tree | cc230ee80148a112f02e1df1fa18c9811b5e47b7 | |
parent | 07209b572031a01d7a76099c027b9779770840d1 (diff) | |
download | nix-old-a7fca11b911eca916f8afa647018dffe53b9fdef.tar.gz nix-old-a7fca11b911eca916f8afa647018dffe53b9fdef.tar.bz2 nix-old-a7fca11b911eca916f8afa647018dffe53b9fdef.zip |
Keymap tweaks
-rw-r--r-- | nixos/modules/nixvim/keymaps.nix | 4 |
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>"; |