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