Created
July 8, 2010 15:45
-
-
Save mhfs/468180 to your computer and use it in GitHub Desktop.
Textmate shortcuts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ctrl-L gives a hashrocket with spaces | |
Shift-Ctrl-[ alternate between {} and do/end blocks | |
Shit-Cmd-D open the require file in another window | |
Ctrl-shift-V validates syntax of ruby file | |
Ctrl-shift-E executes the line | |
Ctrl-shift-; alternate between string and symbol | |
Shift-Option-Cmd-Down show possible destinations | |
Ctrl-Shift-H create partial from selection | |
Ctrl-P gives params[:id] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment