fix: remove typo in escape macro
All checks were successful
Container build / container-build (push) Successful in 3m20s

This commit is contained in:
Job 2024-11-08 18:38:00 +01:00
parent fedeb5d58d
commit d545a9cdf0
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U

View File

@ -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>")