Better mapping when working in tmux

This commit is contained in:
Thomas Gideon 2019-05-15 12:19:45 -04:00
parent 4a06bf7836
commit df92cc20b0

View file

@ -9,5 +9,5 @@ nmap <F9> :TagbarToggle<CR>
nmap <F8> :NERDTreeToggle<CR>
" open tree to current buffer
nmap <S-F8> :NERDTreeFind<CR>
" use same key, esc, to exit terminal mode
tnoremap <Esc> <C-\><C-n>
" use similar key, esc, to exit terminal mode
tnoremap <C-Space><Esc> <C-\><C-n>