Change escape key binding for escaping from terminal
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
aa8e6dfd18
commit
cc0e78bf1f
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ nnoremap <Leader>ffo :lopen<CR>
|
||||||
nnoremap <Leader>ffc :lclose<CR>
|
nnoremap <Leader>ffc :lclose<CR>
|
||||||
|
|
||||||
" Key Bindings to help with terminal mode
|
" Key Bindings to help with terminal mode
|
||||||
:tnoremap <Esc> <C-\><C-n>
|
:tnoremap jk <C-\><C-n>
|
||||||
" Key bindings to move between window splits
|
" Key bindings to move between window splits
|
||||||
nnoremap gh <C-w>h
|
nnoremap gh <C-w>h
|
||||||
nnoremap gj <C-w>j
|
nnoremap gj <C-w>j
|
||||||
|
|
Loading…
Reference in a new issue