add mapping to disable highlight (#1121)
This commit is contained in:
parent
ed9082dfb4
commit
b800879daa
|
@ -23,6 +23,8 @@ M.general = {
|
|||
|
||||
n = {
|
||||
|
||||
["<ESC>"] = { "<cmd> noh <CR>", " no highlight" },
|
||||
|
||||
-- switch between windows
|
||||
["<C-h>"] = { "<C-w>h", " window left" },
|
||||
["<C-l>"] = { "<C-w>l", " window right" },
|
||||
|
|
Loading…
Reference in New Issue