Plugin for Sublime Text to move tabs around.
The following commands are accessible via the command palette:
- Move Tab: To the left
- Move Tab: To the right
- Move Tab: To first position
- Move Tab: To last position
The default shortcuts are:
- Linux/Windows: CTRL + Shift + (Page up / Page down)
- MacOS X: Command + Alt + Shift + (Left / Right)
Shortcuts to move to first or last position are disabled by default.
Sublime Text 2 or 3.
Use the Package Control.
Command palette > Package Control: Install Package
Alternatively, simply clone this repository into the Packages directory.
Preferences > Browse Packages...
Licensed under the MIT License