Skip to content

Instantly share code, notes, and snippets.

@DonSchado
Forked from brumm/gist:3437594
Created August 28, 2012 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DonSchado/3499614 to your computer and use it in GitHub Desktop.
Save DonSchado/3499614 to your computer and use it in GitHub Desktop.
sublime shortcuts
# 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