feat(mappings): make <esc> a cmd to remove flickering (#2456)
This commit is contained in:
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…
Reference in New Issue