How do you rearrange tab order in Vim?
Answer
:tabmove 0
Explanation
Use :tabmove N to move the current tab after tab N. :tabmove 0 moves it to the first position. :tabmove alone moves it to the end.
:tabmove 0
Use :tabmove N to move the current tab after tab N. :tabmove 0 moves it to the first position. :tabmove alone moves it to the end.