# Create sym link to mate command % ps aux|grep Mate tatsuya-suzuki 36875 0.0 1.4 920560 121252 ?? R 2:07PM 0:13.67 /Applications/TextMate.app/Contents/MacOS/TextMate -psn_0_2155022 % sudo ln -s /Applications/TextMate.app/Contents/Resources/mate /usr/bin/mate # Now you can open a file with the command % mate config/database.yml
mate commandの前にTextMateでプロジェクトを開いていれば一個のプロジェクトに全てのファイルがそれぞれのタブとして開かれます。そうでない場合は一個のファイルにつき一個のプロジェクトが立ち上がるので注意してください。
参考:
http://superuser.com/questions/201251/how-to-add-textmate-to-my-path-on-mac
https://github.com/textmate/textmate/issues/327