Merge branch 'main' of github.com:siduck76/NvChad
This commit is contained in:
commit
79f8c39dd2
|
@ -141,7 +141,7 @@ map("n", "<TAB>", [[<Cmd>BufferLineCycleNext<CR>]], opt)
|
||||||
map("n", "<S-TAB>", [[<Cmd>BufferLineCyclePrev<CR>]], opt)
|
map("n", "<S-TAB>", [[<Cmd>BufferLineCyclePrev<CR>]], opt)
|
||||||
|
|
||||||
-- use ESC to turn off search highlighting
|
-- 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
|
-- get out of terminal with jk
|
||||||
map("t", "<Esc>", "<C-\\><C-n>", opts)
|
map("t", "jk", "<C-\\><C-n>", opt)
|
||||||
|
|
Loading…
Reference in New Issue