Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 749 Bytes

README.markdown

File metadata and controls

18 lines (12 loc) · 749 Bytes

A collection of Textmate snippets & bundles I find useful.

Tab Triggers

  • li+a (HTML) expands into a <li><a href="#"></a></li> block
  • lin (HTML) expands into a <li class=""><a href="#"></a></li> block (useful for list navigations)
  • /c (HTML) expands into a <!-- /end --> comment (useful for ending id/class groups)
  • reset (CSS) expands into a CSS reset block I've become accustomed to using
  • gradient (CSS) expands into an Internet Explorer, Safari, and Firefox friendly CSS-Gradient syntax (and falls back gracefully)
  • jp (Javascript) expands into a best practices jQuery plugin.

Command Triggers

  • Cmd+Shift+H (CSS) expands selected text into a comment heading

Want it all?

Just install Kyle's Stuff.bundle.