Skip to content

Instantly share code, notes, and snippets.

@surjithctly
Last active October 20, 2015 07:47
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 surjithctly/1b9f8d6fae58a4de0718 to your computer and use it in GitHub Desktop.
Save surjithctly/1b9f8d6fae58a4de0718 to your computer and use it in GitHub Desktop.
Emmet Sublime Shortcuts

Emmet Sublime Shortcuts

Expand CSS Properties

-transition

To expand Browser Prefixes, Type propery name with a leading dash (-) and press TAB or Ctrl + E

Result

    -webkit-transition: ;
    -o-transition: ;
    transition: ;

Shortcuts

Action Shortcut
Expand Abbrevation Press Tab after text (#header>ul.nav>li*5>a)
Update Image Size Ctrl + U
Wrap with Abbreviation Shift + Ctrl + G
Wrap individual lines Shift + Ctrl + G then add * for repeating items. eg: ul.nav>li*>a
Lorem ipsum lorem (tab), lorem100 (tab), ul.list>lorem10.item*4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment