feat(mappings): make <esc> a cmd to remove flickering (#2456)

pull/2498/head
TheFedaikin 7 months ago committed by siduck
parent ccdf0dda11
commit da85f7fbcd

@ -16,7 +16,7 @@ M.general = {
},
n = {
["<Esc>"] = { ":noh <CR>", "Clear highlights" },
["<Esc>"] = { "<cmd> noh <CR>", "Clear highlights" },
-- switch between windows
["<C-h>"] = { "<C-w>h", "Window left" },
["<C-l>"] = { "<C-w>l", "Window right" },

Loading…
Cancel
Save