For example, I want reposition my current tab to be the first tab.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Do you mean moving the current tab? This works using tabmove.
I have two key bindings that move my current tab one left or one right. Very handy! EDIT: Here is my VIM macro. I'm not a big ViM coder, so maybe it could be done better, but that's how it works for me:
After this you can bind keys, for example like this in your
Now you can move your current tab by pressing F9 or F10. |
||||