Keymap tweaks

This commit is contained in:
Andrey0189 2024-04-18 11:37:45 +05:00
parent 07209b5720
commit a7fca11b91

View File

@ -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>";