From b98cfe1c292b77cf196c58074cb2baa455acfcdc Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 7 Jan 2013 10:13:30 -0800 Subject: [PATCH] For command-t: return to default behavior -- buffers, instead of tabs --- vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index dca5e42..a024862 100644 --- a/vimrc +++ b/vimrc @@ -126,8 +126,8 @@ let g:snips_author = 'Eryn Wells ' " set the Gundo preview window on the bottom let g:gundo_preview_bottom = 1 -map :GundoToggle map :NERDTreeToggle +map :GundoToggle map :setlocal invlist inoremap jj @@ -196,8 +196,8 @@ nmap gV `[v`] " Command-T should open files in tabs when I hit ; move opening files in " buffers to -let g:CommandTAcceptSelectionMap='' -let g:CommandTAcceptSelectionTabMap='' +"let g:CommandTAcceptSelectionMap='' +"let g:CommandTAcceptSelectionTabMap='' if has('autocmd') filetype plugin indent on