Is there a function in Vim which will switch to a buffer? For example, if I know that I have the TODO.txt
file open in some window in some tab, I’d like to jump to that tab and focus that window. Is that possible?
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With