re-add ESC mapping for clearing highlights
This commit is contained in:
parent
c205f67912
commit
08faf1d05a
|
@ -16,6 +16,7 @@ M.general = {
|
||||||
},
|
},
|
||||||
|
|
||||||
n = {
|
n = {
|
||||||
|
["<Esc>"] = { ":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