Skip to content

Instantly share code, notes, and snippets.

@Daniel-Wiedemann
Created March 10, 2014 09:14
Show Gist options
  • Save Daniel-Wiedemann/9461810 to your computer and use it in GitHub Desktop.
Save Daniel-Wiedemann/9461810 to your computer and use it in GitHub Desktop.
Sublime Text 2 Packages
https://github.com/kemayo/sublime-text-git
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 = [],
...
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