Cheatography
https://cheatography.com
Keyboard Shortcuts for JetBrains's RubyMine IDE on Mac OS X
This is a draft cheat sheet. It is a work in progress and is not finished yet.
Shortcuts
Delete line |
Cmd+Backspace |
Duplicate line |
Cmd+D |
Move up |
Alt+Shift+Up |
Move down |
Alt+Shift+Down |
Rename |
Shift+F6 |
Evaluate expression |
Alt+F8 |
Recent files |
Cmd+E |
Pin active tab |
Ctrl+"+" |
Close unpinned tabs |
Ctrl+Alt+"-" |
Refactor |
Ctrl+T |
Code Folding
Collapse all |
Cmd+Shift+"-" |
Expand all |
Cmd+Shift+"+" |
Collapse current |
Cmd+"-" |
Expand current |
Cmd+"+" |
Collapse recursively |
Cmd+Alt+"-" |
Expand recursively |
Cmd+Alt+"+" |
Plugins
Key Promoter - shows text you could have used |
String Manipulation - actions for toCamelCase, toSnakeCase |
Notes
means RealScout-added shortcut
means Pivotal IDE Prefs-added shortcut
⌘: Cmd
^: Ctrl
⇧: Shift
⌥: Alt / Option |
|
|
Code Navigation
Class |
Cmd+O |
Symbol |
Cmd+Alt+O |
File |
Cmd+Shift+O |
Search Everywhere |
Shift+Shift |
Line |
Cmd+L |
Go to method |
Cmd+F12 |
Go to declaration |
Cmd+B |
Go to declaration (preview) |
Cmd+Y |
View subclasses |
Cmd+Alt+B |
Window Navigation
Toggle Project |
Cmd+1 |
Toggle Structure |
Cmd+7 |
Next tab (*) |
Cmd+Shift+] OR Ctrl+Right |
Previous tab (*) |
Cmd+Shift+[ OR Ctrl+Left |
Split horiz |
Cmd+Ctrl+Shift+Alt+Down |
Split vertical |
Cmd+Ctrl+Shift+Alt+Up |
Next split |
Option+Tab |
Previous split |
Option+Shift+Tab |
Close all splits |
Option+Shift+X |
Move to opposite group |
Cmd+Ctrl+Shift+Alt+Left/Right |
(*) To enable next/previous tab on OS X, go to System Preferences > Keyboard > Shortcuts and disable them for Mission Control. Reboot and your changes should take effect.
|