I'd like to be able to change the ordering of the tabs.
Eg, if I have tabs (* denotes the current tab):
1 2 3*
I'd like to be able to press a key, say {
, and have the order be:
1 3* 2
And again press {
and get:
3* 1 2
You need the moveTabLeft
and moveTabRight
commands.
For a full list of commands go to the options page and click Show available commands...
Then click Show advanced commands...
Thanks! Adding:
map < moveTabLeft
map > moveTabRight
Doubled the speed at which I can reorder tabs.
Most helpful comment
Thanks! Adding:
Doubled the speed at which I can reorder tabs.