Fix the insert mode nav issue
This commit is contained in:
parent
cbc813388d
commit
f17725a8c9
|
@ -184,8 +184,8 @@ M.mappings = {
|
||||||
backward = "<C-h>",
|
backward = "<C-h>",
|
||||||
end_of_line = "<C-e>",
|
end_of_line = "<C-e>",
|
||||||
forward = "<C-l>",
|
forward = "<C-l>",
|
||||||
next_line = "<C-k>",
|
next_line = "<C-j>",
|
||||||
prev_line = "<C-j>",
|
prev_line = "<C-k>",
|
||||||
beginning_of_line = "<C-a>",
|
beginning_of_line = "<C-a>",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue