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