feat(SublimeText2.UtilPackages): cache packages

This commit is contained in:
Iristyle
2013-04-04 08:54:47 -04:00
parent 1e6f643a1b
commit d65666cdfc
541 changed files with 26347 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
Move Tab
========
Plugin for Sublime Text 2 to move tabs around.
Usage
-----
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 shortcuts are:
- Linux/Windows: CTRL + Shift + (Page up / Page down / Home / End)
- MacOS X: Command + Alt + Shift + (Left / Right / Up / Down)
Installation
------------
Clone this repository into the Packages directory. If you don't know where it is, enter the following command in the console:
print sublime.packages_path()
_To access the console press CTRL + `_
License
-------
Licensed under the [MIT License](http://www.opensource.org/licenses/mit-license.php)