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.