feat(ST2.UtilPackages): bump up all packages
- Refresh PackageCache with latest versions of everything
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
[
|
||||
{
|
||||
"keys": ["ctrl+shift+end"],
|
||||
"command": "move_tab",
|
||||
"args": { "position": "999" }
|
||||
},
|
||||
{
|
||||
"keys": ["ctrl+shift+home"],
|
||||
"command": "move_tab",
|
||||
"args": { "position": "0" }
|
||||
},
|
||||
// Uncomment to enable.
|
||||
// {
|
||||
// "keys": ["ctrl+shift+end"],
|
||||
// "command": "move_tab",
|
||||
// "args": { "position": "999" }
|
||||
// },
|
||||
// {
|
||||
// "keys": ["ctrl+shift+home"],
|
||||
// "command": "move_tab",
|
||||
// "args": { "position": "0" }
|
||||
// },
|
||||
{
|
||||
"keys": ["ctrl+shift+pageup"],
|
||||
"command": "move_tab",
|
||||
|
@@ -1,14 +1,15 @@
|
||||
[
|
||||
{
|
||||
"keys": ["super+alt+shift+down"],
|
||||
"command": "move_tab",
|
||||
"args": { "position": "999" }
|
||||
},
|
||||
{
|
||||
"keys": ["super+alt+shift+up"],
|
||||
"command": "move_tab",
|
||||
"args": { "position": "0" }
|
||||
},
|
||||
// Uncomment to enable.
|
||||
// {
|
||||
// "keys": ["super+alt+shift+down"],
|
||||
// "command": "move_tab",
|
||||
// "args": { "position": "999" }
|
||||
// },
|
||||
// {
|
||||
// "keys": ["super+alt+shift+up"],
|
||||
// "command": "move_tab",
|
||||
// "args": { "position": "0" }
|
||||
// },
|
||||
{
|
||||
"keys": ["super+alt+shift+left"],
|
||||
"command": "move_tab",
|
||||
|
@@ -1,14 +1,15 @@
|
||||
[
|
||||
{
|
||||
"keys": ["ctrl+shift+end"],
|
||||
"command": "move_tab",
|
||||
"args": { "position": "999" }
|
||||
},
|
||||
{
|
||||
"keys": ["ctrl+shift+home"],
|
||||
"command": "move_tab",
|
||||
"args": { "position": "0" }
|
||||
},
|
||||
// Uncomment to enable.
|
||||
// {
|
||||
// "keys": ["ctrl+shift+end"],
|
||||
// "command": "move_tab",
|
||||
// "args": { "position": "999" }
|
||||
// },
|
||||
// {
|
||||
// "keys": ["ctrl+shift+home"],
|
||||
// "command": "move_tab",
|
||||
// "args": { "position": "0" }
|
||||
// },
|
||||
{
|
||||
"keys": ["ctrl+shift+pageup"],
|
||||
"command": "move_tab",
|
||||
|
@@ -1,7 +1,7 @@
|
||||
Move Tab
|
||||
========
|
||||
|
||||
Plugin for Sublime Text 2 to move tabs around.
|
||||
Plugin for Sublime Text to move tabs around.
|
||||
|
||||
Usage
|
||||
-----
|
||||
@@ -13,21 +13,30 @@ The following commands are accessible via the command palette:
|
||||
- Move Tab: To first position
|
||||
- Move Tab: To last position
|
||||
|
||||
The shortcuts are:
|
||||
The default shortcuts are:
|
||||
|
||||
- Linux/Windows: CTRL + Shift + (Page up / Page down / Home / End)
|
||||
- MacOS X: Command + Alt + Shift + (Left / Right / Up / Down)
|
||||
- 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.*
|
||||
|
||||
Requirements
|
||||
------------
|
||||
|
||||
Sublime Text 2 or 3.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
Clone this repository into the Packages directory. If you don't know where it is, enter the following command in the console:
|
||||
Use the Package Control.
|
||||
|
||||
print sublime.packages_path()
|
||||
Command palette > Package Control: Install Package
|
||||
|
||||
_To access the console press CTRL + `_
|
||||
Alternatively, simply clone this repository into the Packages directory.
|
||||
|
||||
Preferences > Browse Packages...
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
Licensed under the [MIT License](http://www.opensource.org/licenses/mit-license.php)
|
||||
Licensed under the [MIT License](http://www.opensource.org/licenses/mit-license.php)
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"""
|
||||
Move Tab
|
||||
|
||||
Plugin for Sublime Text 2 to move tabs around
|
||||
Plugin for Sublime Text to move tabs around
|
||||
|
||||
Copyright (c) 2012 Frédéric Massart - FMCorz.net
|
||||
|
||||
|
@@ -1 +1 @@
|
||||
{"url": "https://github.com/SublimeText/MoveTab", "version": "2012.08.24.06.11.17", "description": "Plugin for Sublime Text 2 to move tabs around"}
|
||||
{"url": "https://github.com/SublimeText/MoveTab", "version": "2013.09.12.08.16.08", "description": "Plugin for Sublime Text to move tabs around"}
|
Reference in New Issue
Block a user