Change keymap for more consistency
This commit is contained in:
parent
05a8e3f533
commit
7600e16f43
@ -13,7 +13,7 @@ local maps = {
|
||||
{ "n", "j", "gj" },
|
||||
{ "n", "k", "gk" },
|
||||
|
||||
{ { "n", "v" }, "H", "^", { desc = "Move to start of line" } },
|
||||
{ { "n", "v" }, "H", "0", { desc = "Move to start of line" } },
|
||||
{ { "n", "v" }, "L", "$", { desc = "Move to end of line" } },
|
||||
|
||||
{ "i", "jk", "<ESC>l", { desc = "Exit insert mode", silent = true } },
|
||||
|
Loading…
Reference in New Issue
Block a user