Vimium: Reorder tabs by moving current tab left or right

Created on 27 May 2017  路  2Comments  路  Source: philc/vimium

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

Most helpful comment

Thanks! Adding:

map < moveTabLeft
map > moveTabRight

Doubled the speed at which I can reorder tabs.

All 2 comments

You need the moveTabLeft and moveTabRight commands.

For a full list of commands go to the options page and click Show available commands...

snapshot

Then click Show advanced commands...

snapshot

Thanks! Adding:

map < moveTabLeft
map > moveTabRight

Doubled the speed at which I can reorder tabs.

Was this page helpful?
0 / 5 - 0 ratings