Easier mapping to escape term in nvim

This commit is contained in:
ViViDboarder 2015-10-26 10:24:22 -07:00
parent 3cb93b7ff5
commit dc08f01422
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ vnoremap po "_dP
if has('nvim')
" make term exiting easier
tnoremap <c-q> <c-\><c-n>
tnoremap <c-\><c-\> <c-\><c-n>
" Add bash related term commands
command Bash e term://bash