GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: A collection of snippets I find useful
Clone URL: git://github.com/kneath/textmate-snippets.git
name age message
file
  • + .tmSnippet
  • Mon Aug 25 15:03:48 -0700 2008 Initial Commit [kneath]
    file Comment Heading.tmSnippet Mon Aug 25 15:03:48 -0700 2008 Initial Commit [kneath]
    file End id:class comment.tmSnippet Mon Aug 25 15:03:48 -0700 2008 Initial Commit [kneath]
    file README.markdown Thu Sep 04 13:47:09 -0700 2008 Oh, except maybe actually format it for markdow... [kneath]
    file Reset Styles.tmSnippet Mon Aug 25 15:03:48 -0700 2008 Initial Commit [kneath]
    file li+a (nav).tmSnippet Mon Aug 25 15:03:48 -0700 2008 Initial Commit [kneath]
    README.markdown

    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

    Command Triggers

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