Files
ChocolateyPackages/EthanBrown.SublimeText2.UtilPackages/tools/PackageCache/MoveTab/Default.sublime-commands
2013-04-04 08:54:47 -04:00

23 lines
515 B
Plaintext

[
{
"caption": "Move Tab: To the left",
"command": "move_tab",
"args": { "position": "-1" }
},
{
"caption": "Move Tab: To the right",
"command": "move_tab",
"args": { "position": "+1" }
},
{
"caption": "Move Tab: To first position",
"command": "move_tab",
"args": { "position": "0" }
},
{
"caption": "Move Tab: To last position",
"command": "move_tab",
"args": { "position": "999" }
}
]