feat(mappings): make <esc> a cmd to remove flickering (#2456)

This commit is contained in:
TheFedaikin 2023-10-22 15:52:38 +03:00 committed by GitHub
parent c56f1242df
commit fd10af115e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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