fix: escape terminal keymap
Some checks failed
Container build / container-build (push) Failing after 1m6s

This commit is contained in:
Job 2024-12-01 11:37:00 +01:00
parent 420d4a287a
commit 0c76caa267
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U

View File

@ -13,7 +13,7 @@ keymap("v", "L", "$", opts)
-- Better escape
keymap("n", "<ESC>", "<ESC>:noh<CR>", opts)
keymap("t", "", "<C-\\>", opts)
keymap("t", "<ESC><ESC>", "<C-\\><C-n>", opts)
-- Disable alt j/k to move lines
delkeymap({ "i", "v" }, "<A-j>")