:[count]tab {cmd}

Executes a command and places the opened buffer (if any) in a new tab instead.

:tab b part-of-filename

Is a fast way to open a buffer in a new tab.

Is there an equivalent that does the same with a split or vertical split?

link|improve this question

60% accept rate
feedback

1 Answer

up vote 2 down vote accepted

:split +{cmd} is supported to run a command on splitting.

However, this can't be used to select a buffer, for that do :sbuffer (:sb) and :vert sb

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.