Commit 66b1ac64 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

vim ctrl-^ works in TERMINAL mode

parent 2abfd632
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -32,6 +32,9 @@ noremap <C-L> <C-W><C-L>

" Buffer management controls
noremap <C-^> :b! #<CR>
if exists(':tnoremap')
	tnoremap <C-^> <C-\><C-n>:b! #<CR>
endif

" vim-ctrlspace plugin settings
set nocompatible