1
0

Change keymap for more consistency

This commit is contained in:
Patrick Auernig 2024-09-24 00:49:59 +02:00
parent 05a8e3f533
commit 7600e16f43

View File

@ -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 } },