My productivity shortcuts Rubymine(mac)
there are my shortcuts i use everyday with rubymine,
1. cmd+e : recent files, use it for switching between two files
2. cmd+shift+n : search files
3. cmd+n: search classes
4. cmd +1: project panel
5. ctrl+up/down : jump methods
6. ctrl +n : rake generator
7. cmd+shift+f: search(ctrl+shift+f in beta)
8. cmd+b: go to source file
curious to know what other useful shortcuts out there.
thanks
Eric
Please sign in to leave a comment.
cmd + w, repeat
cmd + d
cmd + shift + v
cmd + up or down arrow
cmd + f keys for running/debugging
cmd + ctrl + shift + n
Alt+F1 - open current element in Project/Rails View, Structure View (instead of cmd+1)
Alt+R - quick rake task execution
Meta+/ - comment/uncomment line
Meta+Shift+. - insert <%= %> in RHTML