Archive for the ‘textmate’ Category

Textmate – Stop ._ Backup Files

Sunday, February 14th, 2010

Pretty sure this stops TextMate from creating the ridiculous backup files in my network shares. defaults write com.macromates.textmate OakDocumentDisableFSMetaData 1

Awesome Project: Sparkup

Friday, November 20th, 2009

Sparkup is a TextMate and Vim plugin for expanding short CSS style tags into HTML, written by my man Rico Sta Cruz. From the github page: You can write HTML in a CSS-like syntax, and have Sparkup handle the expansion to full HTML code. It is meant to help you write long ...