Matt Jensen
Matt Jensen

Reputation: 1564

Sublime Text 2: Command To Rearrange Tab In Tab Group

Does anyone know a default or a custom Sublime command that would rearrange the position of a tab in Sublime Text 2 to avoid dragging and dropping tabs with the mouse.

For example:

While on the last tab in a sublime window the command:

key + key + 1

Would move the current tab to the front of the tab group.

Thanks!

Upvotes: 2

Views: 889

Answers (1)

brbcoding
brbcoding

Reputation: 13586

MoveTab is a pretty awesome plugin.

Installation

Ctrl + Shift + p

Install Package

MoveTab

Keybindings

Windows + Linux

Ctrl+Shift+Page Up or Page Down

Mac

Command + Alt + Shift + Up or Down

Upvotes: 5

Related Questions