Textmate Bundle

Here’s the TextMate Bundle that I use in my personal development. I’m putting it up here in case anyone else wants to use it. Feel free to use/modify this bundle for your own use!

TextMate Bundle

2 Responses to Textmate Bundle

  1. Hi Matt,
    Great to meet you at WordCamp Boulder.

    Thanks for telling me about your snippets, I love the <pre> tags around the var_dump() statement—much more readable.

    One thing I noticed was that you have a snippet for creating a paragraph element. TextMate has that built in, in a couple different ways:

    1. For a quick HTML tag, use CTRL-< (CTRL-Shift-,) which allows you to type the HTML element you want, then tab into it (defaults to <p>).
    2. To quickly wrap text in an HTML tag, use CTRL-Shift-Q (defaults to <p>).

    Cheers.

    • Matt says:

      Thanks Lance, and it was great to meet you too!

      That’s one of the things I like best about TextMate, I’m always learning new tricks ;)

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>