Removed ctrl movements and asjusted cmp keystrokes

This commit is contained in:
2024-08-15 04:33:11 +04:00
parent 6d55a5d90a
commit 00273a75b4
2 changed files with 6 additions and 12 deletions

View File

@@ -6,9 +6,3 @@ keymap("n", "<C-h>", "<C-w>h", opts)
keymap("n", "<C-j>", "<C-w>j", opts)
keymap("n", "<C-k>", "<C-w>k", opts)
keymap("n", "<C-l>", "<C-w>l", opts)
-- Map Ctrl+h, Ctrl+j, Ctrl+k, Ctrl+l to navigation in insert mode
keymap("i", "<C-h>", "<Left>", opts)
keymap("i", "<C-j>", "<Down>", opts)
keymap("i", "<C-k>", "<Up>", opts)
keymap("i", "<C-l>", "<Right>", opts)