add mapping to disable highlight (#1121)

This commit is contained in:
siduck 2022-05-24 05:24:11 +05:30
parent ed9082dfb4
commit b800879daa
1 changed files with 2 additions and 0 deletions

View File

@ -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" },