Change escape key binding for escaping from terminal

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2019-11-23 20:50:03 +05:30
parent aa8e6dfd18
commit cc0e78bf1f

View file

@ -253,7 +253,7 @@ nnoremap <Leader>ffo :lopen<CR>
nnoremap <Leader>ffc :lclose<CR>
" Key Bindings to help with terminal mode
:tnoremap <Esc> <C-\><C-n>
:tnoremap jk <C-\><C-n>
" Key bindings to move between window splits
nnoremap gh <C-w>h
nnoremap gj <C-w>j