rm mappings for navigating within insert mode

describes the issue with it https://github.com/NvChad/NvChad/issues/1294#issuecomment-1359897212
This commit is contained in:
siduck 2022-12-21 00:25:25 +05:30
parent 4c3eafbc20
commit 9bd303feee
1 changed files with 0 additions and 6 deletions

View File

@ -11,12 +11,6 @@ M.general = {
-- go to beginning and end
["<C-b>"] = { "<ESC>^i", "beginning of line" },
["<C-e>"] = { "<End>", "end of line" },
-- navigate within insert mode
["<C-h>"] = { "<Left>", "move left" },
["<C-l>"] = { "<Right>", "move right" },
["<C-j>"] = { "<Down>", "move down" },
["<C-k>"] = { "<Up>", "move up" },
},
n = {