aboutsummaryrefslogblamecommitdiff
path: root/vim/config/buffers.vim
blob: 92055fea4b6828777ef98cdad8c432ed748a37eb (plain) (tree)
1
2
3
4
5
6

                                                                            
                     
                   
                       
     
" Allow jumping between windows and tabs to find an open instance of a given
" buffer with :sbuffer.
set switchbuf=useopen
if v:version >= 701
  set switchbuf+=usetab
endif