I want to improve my Rails coding productivity using Textmate. Obviously, shortcuts (whether native t开发者_Python百科o Textmate or to the Mac) can greatly assist. What shortcuts give you the greatest bang for your dev buck?
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
I have found this useful http://pragmaticstudio.com/rails/RailsTextMateCheats.pdf
精彩评论