fix: remove typo in escape macro
All checks were successful
Container build / container-build (push) Successful in 3m20s
All checks were successful
Container build / container-build (push) Successful in 3m20s
This commit is contained in:
parent
fedeb5d58d
commit
d545a9cdf0
@ -12,7 +12,7 @@ keymap("v", "H", "^", opts)
|
||||
keymap("v", "L", "$", opts)
|
||||
|
||||
-- Better escape
|
||||
keymap("n", "<ESC>", "s<ESC>:noh<CR>", opts)
|
||||
keymap("n", "<ESC>", "<ESC>:noh<CR>", opts)
|
||||
|
||||
-- Disable alt j/k to move lines
|
||||
delkeymap({ "i", "v" }, "<A-j>")
|
||||
|
Loading…
Reference in New Issue
Block a user