views:

55

answers:

2

I want to improve my Rails coding productivity using Textmate. Obviously, shortcuts (whether native to Textmate or to the Mac) can greatly assist. What shortcuts give you the greatest bang for your dev buck?

+5  A: 

Shift Enter Define a new method.

Command / Comment out current line.

Command T Go to file

Command L Go to line

Command [ Shift text left

Command ] Shift text right

Jacob Relkin
+1  A: 

I have found this useful http://pragmaticstudio.com/rails/RailsTextMateCheats.pdf

Pragnesh Vaghela