[vim] Added switchbuf setting

This commit is contained in:
Thomas Kolb 2013-10-08 23:04:42 +02:00
parent 3eb87006aa
commit 722be55fde

View file

@ -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