Sublime Text, move tabs with keyboard

keyboard shortcutssublime-textsublime-text-3

In Sublime Text 3, is there a way to reorganize tabs using keyboard only?

I know you can switch a tab from a pane to another pane using for example ctrl+shift+2 to move a tab from pane X to pane 2 but it's not exactly what I am looking for.

I am looking to move a tab in its pane. For example, I have 3 tabs and I want to interchange tab 1 and 2. It's doable using the mouse but I have not found any keyboard shortcut for it.

Tabs in their original position

Tabs in position 1

Tab 1 has been moved one the right

Tabs in position 2

Best Answer

Nope. However, the following plugin will give you that functionality.

https://github.com/SublimeText/MoveTab

You can install it by pressing Ctrl+Shift+P (Command palette), type/select Package Control: Install Package, then MoveTab.

Then you can immediately move tabs with Ctrl+Shift+PgUp and Ctrl+Shift+PgDn.

Related Question