[vim] Added switchbuf setting
This commit is contained in:
parent
3eb87006aa
commit
722be55fde
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue