Commit e02a158c authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Use <Leader><Esc> to leave insert mode in terms

parent 856840f9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ if exists(':tnoremap')
	tnoremap <A-j> <C-\><C-n>:CtrlSpaceGoDown<CR>
	tnoremap <A-k> <C-\><C-n>:CtrlSpaceGoUp<CR>
	tnoremap <A-l> <C-\><C-n>gt
	tnoremap <Leader><Esc> <C-\><C-n>
endif

" Buffer management controls