Created
March 10, 2014 09:14
-
-
Save Daniel-Wiedemann/9461810 to your computer and use it in GitHub Desktop.
Sublime Text 2 Packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/kemayo/sublime-text-git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://wbond.net/sublime_packages/alignment#Package_Settings | |
Usage | |
Make a multi-line selection, or multiple selections | |
Press ctrl+alt+a on Windows and Linux, or cmd+ctrl+a on OS X | |
When using with a multi-line selection, the lines will be indented consistently first. If the selected lines are consistently indented, the first = on each line will be aligned. The character to align to for mid-line alignment can be configured via the settings. | |
Example: | |
befor: | |
var a = 'text', | |
blabla = 'hä', | |
bla = [], | |
... | |
after: | |
var a = 'text', | |
blabla = 'hä', | |
bla = [], | |
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://wbond.net/sublime_packages/tortoise | |
Working Copy Commands | |
Commit | |
ctrl+alt+v+c | |
Status | |
ctrl+alt+v+s | |
Update/Sync | |
ctrl+alt+v+u | |
Log | |
ctrl+alt+v+l | |
Explore | |
ctrl+alt+v+e | |
File Commands | |
Diff | |
ctrl+alt+v+f | |
Log | |
ctrl+alt+v+g | |
Blame | |
ctrl+alt+v+m | |
Explore | |
ctrl+alt+v+x | |
Revert | |
ctrl+alt+v+t | |
Remove | |
ctrl+alt+v+r | |
Add | |
ctrl+alt+v+a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment