Make Textmate your $EDITOR of choice

If you are a master of Vim and feel like a sea-change, or if you're just plain scared, you can set up Textmate as your default editor.

Whack this in your .profile (e.g. ~/.bash_profile), re-source it ( source ~/.bash_profile ), and off you go.

Filed under  //

Posted by

Comments [0]

Textmate tip: Align statments

If you want to go from this;

to an aligned, and much more legible statement list like this;

The textmate key combination for this is: ⌥⌘] (Alt + Cmd + Bracket)

Filed under  //

Posted by

Comments [0]