For example, I want reposition my current tab to be the first tab.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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. |
||||