Created
August 23, 2012 15:10
-
-
Save brumm/3437594 to your computer and use it in GitHub Desktop.
sublime shortcuts
This file contains hidden or 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
# expand selection to word, create new selection | |
cmd + d | |
# skip over a match | |
cmd + k, d | |
# expand selection to all matches | |
cmd + ctrl + g | |
# select line | |
cmd + l | |
# split multiline selection into multiple cursors | |
cmd + shift + l | |
# join lines | |
cmd + j | |
# soft undo | |
cmd + u | |
# soft redo | |
cmd + shift + u | |
# select by indentation | |
cmd + shift + j | |
# select by scope | |
cmd + shift + space | |
# select bracket | |
ctrl + shift + m | |
# select by tag (in html) | |
cmd + shift + a | |
# transpose | |
ctr + t | |
# center viewport on caret | |
ctr + l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment