Hotkeys and shortcuts for JetBrains RubyMine (MacOS)

(Total 128)

Command + 0..9
General Shortcuts
Open Corresponding Tool Window
Command + S
General Shortcuts
Save All
Command + Option + Y
General Shortcuts
Synchronize
Command + Ctrl + F
General Shortcuts
Toggle Full Screen Mode
Command + Shift + F12
General Shortcuts
Toggle Maximize Editor
F12
General Shortcuts
Go back to Previous Tool Window
Esc
General Shortcuts
Go to Editor
Shift + Esc
General Shortcuts
Hide Active or Last Active Window
Command + Tab
General Shortcuts
Switch Editor Tabs and IDE Tool Windows
Command + ,
General Shortcuts
Open Setting Dialog
Command + W
General Shortcuts
Close Current Active Tab
Ctrl + `
General Shortcuts
Quick Switch Current Scheme
Option + Shift + F
General Shortcuts
Add to Favourites
Option + Shift + I
General Shortcuts
Inspect Current file with Current file
Command + F
Find and Replace
Find
Command + R
Find and Replace
Replace
Double Shift
Find and Replace
Search Everywhere
Command + G
Find and Replace
Find Next
Command + Shift + G
Find and Replace
Find Previous
Command + Shift + F
Find and Replace
Find in Path
Command + Shift + R
Find and Replace
Replace in Path
Ctrl + Spacebar
Editing Shortcuts
Basic Code Completion
Command + Shift + Enter
Editing Shortcuts
Complete Current Statement
Ctrl + J
Editing Shortcuts
Quick Documentation Lookup
Command + Mouse Over
Editing Shortcuts
Brief Info
Command + Shift + Enter
Editing Shortcuts
Complete Statement
Command + P
Editing Shortcuts
Parameter Information
Ctrl + O
Editing Shortcuts
Override Methods
Command + N
Editing Shortcuts
Generate Code
Option + Shift + Up Arrow / Down Arrow
Editing Shortcuts
Move Line(Selection) Up/Down
Command + Option + T
Editing Shortcuts
Surround With..(Begin..End etc.)
Command + /
Editing Shortcuts
Comment/Uncomment with Line Comment
Command + Option + /
Editing Shortcuts
Comment/Uncomment with Block Comment
Command + F1
Editing Shortcuts
Show Description of Error or Warning at Caret
Tab
Editing Shortcuts
Indent Selected Lines
Shift + Tab
Editing Shortcuts
Unindent Selected Lines
Option + Enter
Editing Shortcuts
Show Intention Actions and Quick Fixes
Command + Option + L
Editing Shortcuts
Reformat Code
Command + D
Editing Shortcuts
Duplicate Current Line
Command + X / Command + C / Command + V
Editing Shortcuts
Cut/Copy/Paste Current line to Clipboard
Command + Shift + V
Editing Shortcuts
Paste from Buffer
Ctrl + Option + I
Editing Shortcuts
AutoIndent Lines
Command + Backspace
Editing Shortcuts
Delete line at caret
Shift + Enter
Editing Shortcuts
Start New line
Option + Enter
Editing Shortcuts
Show Intention Actions/Quick-Fixes
Option + Down Arrow
Editing Shortcuts
Decrease Current Selection to Previous State
Option + Up Arrow
Editing Shortcuts
Select Successively Incresing Code blocks
Command + Shift + +
Editing Shortcuts
Expand All
Command + Shift + -
Editing Shortcuts
Collapse All
Command + + / Command + -
Editing Shortcuts
Expand/Collapse Code block
Command + Del
Editing Shortcuts
Delete to end word
Command + Backspace
Editing Shortcuts
Delete to word start
Command + Shift + Option + ]
Editing Shortcuts
Select till code block end
Command + Shift + Option + [
Editing Shortcuts
Select till code block start
Shift + Option + U
Editing Shortcuts
Toggle Carnel/Snake Case
Command + Shift + U
Editing Shortcuts
Switch case for Word at Caret or Selected block
F5
Refactoring
Copy
F6
Refactoring
Move
Shift + F6
Refactoring
Rename
Command + Option + N
Refactoring
Inline
Command + Option + Shift + T
Refactoring
Refactor this Quick List
Command + Option + M
Refactoring
Extract Method
Command + Option + F
Refactoring
Extract Field
Command + Option + P
Refactoring
Extract parameter
Command + Option + C
Refactoring
Extract Constant
Command + Option + V
Refactoring
Extract Variable
Command + O
Navigation Shortcuts
Go to Class
Command + Shift + O
Navigation Shortcuts
Go to File
Command + Option + Shift + O
Navigation Shortcuts
Go to Symbol
F2
Navigation Shortcuts
Next highlighted Error
Shift + F2
Navigation Shortcuts
Previous highlighted Error
Command + PgUp
Navigation Shortcuts
Go to Top of Page
Command + PgDn
Navigation Shortcuts
Go to Bottom of Page
Command + L
Navigation Shortcuts
Go to Line
Command + E
Navigation Shortcuts
Recent files Popup
Option + F1
Navigation Shortcuts
Select current file/Symbol in any View
Ctrl + Left Arrow / Ctrl + Right Arrow
Navigation Shortcuts
Go to Next/Previous Tab
Command + B
Navigation Shortcuts
Go to Declaration
Command + Shift + B
Navigation Shortcuts
Go to Type Declaration
Command + Option + Left Arrow / Command + Option + Right Arrow
Navigation Shortcuts
Navigate back/forward
Command + Shift + Backspace
Navigation Shortcuts
Go to last edit location
Command + U
Navigation Shortcuts
Go to super method/super class
Ctrl + H
Navigation Shortcuts
Type Hierarchy
Shift + F6
Navigation Shortcuts
Toggle Bookmark
Option + F3
Navigation Shortcuts
Toggle Bookmark with Mnemonic
Shift + F3
Navigation Shortcuts
Show Bookmarks
Ctral + 0..9
Navigation Shortcuts
Go to Numbered Bookmark
Command + Up Arrow
Navigation Shortcuts
Show Navigation bar
F4
Navigation Shortcuts
Edit Source
Command + Down Arrow
Navigation Shortcuts
View Source
Command + Shift + Option + U
Navigation Shortcuts
Show Diagram
Command + Option + U
Navigation Shortcuts
Diagram Popup
Command + F12
Navigation Shortcuts
File Structure Popup
Command + ] / Command + [
Navigation Shortcuts
Move to code block end/start
Ctrl + Up Arrow / Ctrl + Down Arrow
Navigation Shortcuts
Go to Previous/Next Method
Command + Shift + I
Navigation Shortcuts
Open Quick Definition Lookup
Option + F9
Debugging
Run to Cursor
Shift + F8
Debugging
Step Out
F8
Debugging
Step Over
F7
Debugging
Step Into
Command + Option + F8
Debugging
Quick Evaluate Expression
Option + F8
Debugging
Evaluate Expression
Command + F8
Debugging
Toggle Breakpoint
Command + Shift + F8
Debugging
View Breakpoints
F9
Debugging
Resume Program
Option + F10
Debugging
Show Execution Point
Option + Shift + F10
Compile and Run
Open Run Configuration
Option + Shift + F9
Compile and Run
Open Debug Configuration
Shift + F10
Compile and Run
Run
Shift + F9
Compile and Run
Debug
Command + Option + R
Compile and Run
Run Rake Task
Command + F7
Usage Search
Find Usage in File
Option + F7
Usage Search
Find Usage
Command + Shift + F7
Usage Search
Highlight Usage in File
Command + Option + F7
Usage Search
Show Usage
Command + D
VCS/Local History
View Diffrenece
Command + K
VCS/Local History
Commit Project to VCS
Command + T
VCS/Local History
Update Project from VCS
Option + Shift + C
VCS/Local History
View Recent Changes
Ctrl + V
VCS/Local History
VCS Operations Popup
Command + J
Live Templates
Insert Live Template
Command + Option + J
Live Templates
Surround with Live Template
Command + Ctrl + Up Arrow
Rails
Navigate to Rails Model/View/Controllers
Option + F2
Rails
Preview Rails View in Browser
Command + R
Rails
Reload Application Sources in Rails Console
Command + Shift + .
Rails
Insert in RHTML
Command + Option + G
Rails
Run Rails Generator
Command + Option + R
Rails
Ruby/Rail Quick List