fix: escape terminal keymap
Some checks failed
Container build / container-build (push) Failing after 1m6s
Some checks failed
Container build / container-build (push) Failing after 1m6s
This commit is contained in:
parent
420d4a287a
commit
0c76caa267
@ -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>")
|
||||
|
Loading…
Reference in New Issue
Block a user