Skip to content

Instantly share code, notes, and snippets.

@jjjjjenkins
Last active August 29, 2015 14:11
Show Gist options
  • Save jjjjjenkins/27669f3f8c256f1a25ca to your computer and use it in GitHub Desktop.
Save jjjjjenkins/27669f3f8c256f1a25ca to your computer and use it in GitHub Desktop.
Sublime Text Shortcuts (Mac OS)
NOTE:
Emmett actions: https://github.com/sergeche/emmet-sublime#available-actions
Find / Replace:
------------------
CMD + e = Use selection for find
ALT + CMD + e = Replace and next
Highlight / Select:
--------------------
CMD + SHIFT + k = Select related openning or closing tag
CTRL + d = highlight all within current element (Emmett)
CMD + d = highlight next similar string
CMD + CTRL + G = select ALL instances of selection
Goto
-----
CTRL + t = Go to matching tag (Emmett)
Formatting:
-----------
CTRL + CMD + h = autoformat
CTRL + CMD + a = align text (e.g. var j = 9)
Editing:
---------
ALT + CMD + . = inserts closing tag of current tag.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment