mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
vim: add terminal mode exit hotkey
This commit is contained in:
parent
cacdd20b05
commit
a26c7c7623
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ nnoremap <silent> <space>q :bd<CR>
|
|||
nnoremap <silent> <space>d :bnext<CR>
|
||||
nnoremap <silent> <space>a :bprevious<CR>
|
||||
|
||||
tnoremap <C-x> <C-\><C-n>
|
||||
|
||||
|
||||
"window shortcuts
|
||||
nnoremap <space>h <C-W>h
|
||||
|
|
Loading…
Reference in a new issue