Use existing windows/tabs when jumping to errors
This commit is contained in:
parent
c28e93210e
commit
0d66f1acec
@ -2,7 +2,6 @@
|
||||
set mouse=a
|
||||
|
||||
" TODO: spellcapcheck
|
||||
" TODO: switchbuf=usetab
|
||||
" TODO: virtualedit=block
|
||||
" TODO: whichwrap=b,h,l,s,<,>,[,],~
|
||||
|
||||
@ -64,6 +63,9 @@ if has('vertsplit')
|
||||
set splitright
|
||||
endif
|
||||
|
||||
" Use existing windows and tabs when jumping to errors
|
||||
set switchbuf=usetab
|
||||
|
||||
" Indicates a fast terminal connection
|
||||
set ttyfast
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user