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

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

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

Loading…
Cancel
Save