Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rails Development Productivity - Top Textmate Shortcuts

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?

like image 997
keruilin Avatar asked Oct 13 '10 01:10

keruilin


2 Answers

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

like image 52
Jacob Relkin Avatar answered Oct 03 '22 11:10

Jacob Relkin


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

like image 28
Pragnesh Vaghela Avatar answered Oct 03 '22 11:10

Pragnesh Vaghela