map jk escape from terminal buffer

pull/166/head
siduck76 3 years ago committed by GitHub
parent cb3f7538e8
commit 18f3b8b93e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save