From 722be55fde4a16165c65742daae1711ae3c4e468 Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Tue, 8 Oct 2013 23:04:42 +0200 Subject: [PATCH] [vim] Added switchbuf setting --- vim/vimrc.local | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/vimrc.local b/vim/vimrc.local index 59eb784..21b5bca 100644 --- a/vim/vimrc.local +++ b/vim/vimrc.local @@ -27,6 +27,9 @@ set printoptions=paper:A4,syntax:y set modeline +" re-use tabs, open hidden buffers in new tabs +set switchbuf=usetab,newtab + filetype plugin on filetype indent on