mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-08 08:27:36 +00:00
Easier mapping to escape term in nvim
This commit is contained in:
parent
3cb93b7ff5
commit
dc08f01422
@ -62,6 +62,7 @@ vnoremap po "_dP
|
|||||||
if has('nvim')
|
if has('nvim')
|
||||||
" make term exiting easier
|
" make term exiting easier
|
||||||
tnoremap <c-q> <c-\><c-n>
|
tnoremap <c-q> <c-\><c-n>
|
||||||
|
tnoremap <c-\><c-\> <c-\><c-n>
|
||||||
|
|
||||||
" Add bash related term commands
|
" Add bash related term commands
|
||||||
command Bash e term://bash
|
command Bash e term://bash
|
||||||
|
Loading…
Reference in New Issue
Block a user