How to switch to the buffer where the file with a given name is opened in Vim?
set swb=useopen,usetabe
will set make :sb [number]
or :sb [pattern]
switch to an open window in whichever tab.
I believe it's :drop filename
set swb=useopen,usetabe
will set make :sb [number]
or :sb [pattern]
switch to an open window in whichever tab.
I believe it's :drop filename