Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorder tabs by moving current tab left or right #2526

Closed
HaleTom opened this issue May 27, 2017 · 3 comments
Closed

Reorder tabs by moving current tab left or right #2526

HaleTom opened this issue May 27, 2017 · 3 comments

Comments

@HaleTom
Copy link

HaleTom commented May 27, 2017

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

@smblott-github
Copy link
Collaborator

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

@HaleTom
Copy link
Author

HaleTom commented Jun 10, 2017

Thanks! Adding:

map < moveTabLeft
map > moveTabRight

Doubled the speed at which I can reorder tabs.

@HaleTom HaleTom closed this as completed Jun 10, 2017
@MatthewP-Prosper
Copy link

It would be awesome if this supported wrapping! i.e. if you move the last tab right it becomes the first tab and vice-versa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants