I don't know if this is possible via vim scripting (as my vim script knowledge is extremely poor), but would it be possible to use the name of the tab to jump to it?
I'm imagining something like jumping to a buffer by use of :b <filename> but for tabs so having something like :TabooJump <tabname>.
I don't know if this is possible via vim scripting (as my vim script knowledge is extremely poor), but would it be possible to use the name of the tab to jump to it?
I'm imagining something like jumping to a buffer by use of
:b <filename>
but for tabs so having something like:TabooJump <tabname>
.