Merge branch 'main' of github.com:siduck76/NvChad

This commit is contained in:
siduck76 2021-07-18 16:06:48 +05:30
commit 79f8c39dd2
1 changed files with 3 additions and 3 deletions

View File

@ -141,7 +141,7 @@ map("n", "<TAB>", [[<Cmd>BufferLineCycleNext<CR>]], opt)
map("n", "<S-TAB>", [[<Cmd>BufferLineCyclePrev<CR>]], opt)
-- use ESC to turn off search highlighting
map("n", "<Esc>", ":noh<CR>", opts)
map("n", "<Esc>", ":noh<CR>", opt)
-- get out of terminal with ESC
map("t", "<Esc>", "<C-\\><C-n>", opts)
-- get out of terminal with jk
map("t", "jk", "<C-\\><C-n>", opt)