vim: add terminal mode exit hotkey

This commit is contained in:
Sean Buckley 2023-09-22 09:22:22 -04:00
parent cacdd20b05
commit a26c7c7623

View file

@ -58,6 +58,8 @@ nnoremap <silent> <space>q :bd<CR>
nnoremap <silent> <space>d :bnext<CR> nnoremap <silent> <space>d :bnext<CR>
nnoremap <silent> <space>a :bprevious<CR> nnoremap <silent> <space>a :bprevious<CR>
tnoremap <C-x> <C-\><C-n>
"window shortcuts "window shortcuts
nnoremap <space>h <C-W>h nnoremap <space>h <C-W>h