JetBrains RubyMine (Windows)
Editing Shortcuts
Cut/Copy/Paste Current line to Clipboard
Ctrl + X / Ctrl + C / Ctrl + V
All hotkeys for JetBrains RubyMine (Windows)
General ShortcutsOpen Corresponding Tool Window |
Ctrl + 0..9 |
General ShortcutsSave All |
Ctrl + S |
General ShortcutsSynchronize |
Ctrl + Alt + Y |
General ShortcutsToggle Maximize Editor |
Ctrl + Shift + F12 |
General ShortcutsGo back to Previous Tool Window |
F12 |
General ShortcutsGo to Editor |
Esc |
General ShortcutsHide Active or Last Active Window |
Shift + Esc |
General ShortcutsSwitch Editor Tabs and IDE Tool Windows |
Ctrl + Tab |
General ShortcutsOpen Setting Dialog |
Ctrl + Alt + S |
General ShortcutsClose Current Active Tab |
Ctrl + F4 |
General ShortcutsQuick Switch Current Scheme |
Ctrl + ` |
General ShortcutsAdd to Favourites |
Alt + Shift + F |
General ShortcutsInspect Current file with Current file |
Alt + Shift + I |
Find and ReplaceFind |
Ctrl + F |
Find and ReplaceReplace |
Ctrl + R |
Find and ReplaceSearch Everywhere |
Double Shift |
Find and ReplaceFind Next |
F3 |
Find and ReplaceFind Previous |
Shift + F3 |
Find and ReplaceFind in Path |
Ctrl + Shift + F |
Find and ReplaceReplace in Path |
Ctrl + Shift + R |
Editing ShortcutsBasic Code Completion |
Ctrl + Spacebar |
Editing ShortcutsComplete Current Statement |
Ctrl + Shift + Spacebar |
Editing ShortcutsQuick Documentation Lookup |
Ctrl + Q |
Editing ShortcutsBrief Info |
Ctrl + Mouse Over |
Editing ShortcutsComplete Statement |
Ctrl + Shift + Enter |
Editing ShortcutsParameter Information |
Ctrl + P |
Editing ShortcutsOverride Methods |
Ctrl + O |
Editing ShortcutsGenerate Code |
Alt + Insert |
Editing ShortcutsMove Line(Selection) Up/Down |
Ctrl + Shift + Up Arrow / Down Arrow |
Editing ShortcutsSurround With..(Begin..End etc.) |
Ctrl + Alt + T |
Editing ShortcutsComment/Uncomment with Line Comment |
Ctrl + / |
Editing ShortcutsComment/Uncomment with Block Comment |
Ctrl + Shift + / |
Editing ShortcutsShow Description of Error or Warning at Caret |
Ctrl + F1 |
Editing ShortcutsIndent Selected Lines |
Tab |
Editing ShortcutsUnindent Selected Lines |
Shift + Tab |
Editing ShortcutsShow Intention Actions and Quick Fixes |
Alt + Enter |
Editing ShortcutsReformat Code |
Ctrl + Alt + L |
Editing ShortcutsDuplicate Current Line |
Ctrl + D |
Editing ShortcutsCut/Copy/Paste Current line to Clipboard |
Ctrl + X / Ctrl + C / Ctrl + V |
Editing ShortcutsPaste from Buffer |
Ctrl + Shift + V |
Editing ShortcutsAutoIndent Lines |
Ctrl + Alt + I |
Editing ShortcutsDelete line at caret |
Ctrl + Y |
Editing ShortcutsStart New line |
Shift + Enter |
Editing ShortcutsShow Intention Actions/Quick-Fixes |
Alt + Enter |
Editing ShortcutsDecrease Current Selection to Previous State |
Ctrl + Shift + W |
Editing ShortcutsSelect Successively Incresing Code blocks |
Ctrl + W |
Editing ShortcutsExpand All |
Ctrl + Shift + NumPad + |
Editing ShortcutsCollapse All |
Ctrl + Shift + NumPad - |
Editing ShortcutsExpand/Collapse Code block |
Ctrl + NumPad + / Ctrl + NumPad - |
Editing ShortcutsDelete to end word |
Ctrl + Del |
Editing ShortcutsDelete to word start |
Ctrl + Backspace |
Editing ShortcutsSelect till code block end |
Ctrl + Shift + ] |
Editing ShortcutsSelect till code block start |
Ctrl + Shift + [ |
Editing ShortcutsToggle Carnel/Snake Case |
Shift + Alt + U |
Editing ShortcutsSwitch case for Word at Caret or Selected block |
Ctrl + Shift + U |
RefactoringCopy |
F5 |
RefactoringMove |
F6 |
RefactoringRename |
Shift + F6 |
RefactoringInline |
Ctrl + Alt + N |
RefactoringRefactor this Quick List |
Ctrl + Alt + Shift + T |
RefactoringExtract Method |
Ctrl + Alt + M |
RefactoringExtract Field |
Ctrl + Alt + F |
RefactoringExtract parameter |
Ctrl + Alt + P |
RefactoringExtract Constant |
Ctrl + Alt + C |
RefactoringExtract Variable |
Ctrl + Alt + V |
Navigation ShortcutsGo to Class |
Ctrl + N |
Navigation ShortcutsGo to File |
Ctrl + Shift + N |
Navigation ShortcutsGo to Symbol |
Ctrl + Alt + Shift + N |
Navigation ShortcutsNext highlighted Error |
F2 |
Navigation ShortcutsPrevious highlighted Error |
Shift + F2 |
Navigation ShortcutsGo to Top of Page |
Ctrl + PgUp |
Navigation ShortcutsGo to Bottom of Page |
Ctrl + PgDn |
Navigation ShortcutsGo to Line |
Ctrl + G |
Navigation ShortcutsRecent files Popup |
Ctrl + E |
Navigation ShortcutsSelect current file/Symbol in any View |
Alt + F1 |
Navigation ShortcutsGo to Next/Previous Tab |
Alt + Left Arrow / Alt + Right Arrow |
Navigation ShortcutsGo to Declaration |
Ctrl + B |
Navigation ShortcutsGo to Type Declaration |
Ctrl + Shift + B |
Navigation ShortcutsNavigate back/forward |
Ctrl + Alt + Left Arrow / Ctrl + Alt + Right Arrow |
Navigation ShortcutsGo to last edit location |
Ctrl + Shift + Backspace |
Navigation ShortcutsGo to super method/super class |
Ctrl + U |
Navigation ShortcutsType Hierarchy |
Ctrl + H |
Navigation ShortcutsToggle Bookmark |
F11 |
Navigation ShortcutsToggle Bookmark with Mnemonic |
Ctrl + F11 |
Navigation ShortcutsShow Bookmarks |
Shift + F11 |
Navigation ShortcutsGo to Numbered Bookmark |
Ctrl + 0..9 |
Navigation ShortcutsShow Navigation bar |
Alt + Home |
Navigation ShortcutsEdit Source |
F4 |
Navigation ShortcutsShow Diagram |
Ctrl + Shift + Alt + U |
Navigation ShortcutsFile Structure Popup |
Ctrl + F12 |
Navigation ShortcutsMove to code block end/start |
Ctrl + ] / Ctrl + [ |
Navigation ShortcutsGo to Previous/Next Method |
Alt + Up Arrow / Alt + Down Arrow |
Navigation ShortcutsOpen Quick Definition Lookup |
Ctrl + Shift + I |
DebuggingRun to Cursor |
Alt + F9 |
DebuggingStep Out |
Shift + F8 |
DebuggingStep Over |
F8 |
DebuggingStep Into |
F7 |
DebuggingQuick Evaluate Expression |
Ctrl + Alt + F8 |
DebuggingEvaluate Expression |
Alt + F8 |
DebuggingToggle Breakpoint |
Ctrl + F8 |
DebuggingView Breakpoints |
Ctrl + Shift + F8 |
DebuggingResume Program |
F9 |
DebuggingShow Execution Point |
Alt + F10 |
Compile and RunOpen Run Configuration |
Alt + Shift + F10 |
Compile and RunOpen Debug Configuration |
Alt + Shift + F9 |
Compile and RunRun |
Shift + F10 |
Compile and RunDebug |
Shift + F9 |
Compile and RunRun Rake Task |
Ctrl + Alt + R |
Usage SearchFind Usage in File |
Ctrl + F7 |
Usage SearchFind Usage |
Alt + F7 |
Usage SearchHighlight Usage in File |
Ctrl + Shift + F7 |
Usage SearchShow Usage |
Ctrl + Alt + F7 |
VCS/Local HistoryView Diffrenece |
Ctrl + D |
VCS/Local HistoryCommit Project to VCS |
Ctrl + K |
VCS/Local HistoryUpdate Project from VCS |
Ctrl + T |
VCS/Local HistoryView Recent Changes |
Ctrl + Shift + E |
VCS/Local HistoryVCS Operations Popup |
Alt + ` |
Live TemplatesInsert Live Template |
Ctrl + J |
Live TemplatesSurround with Live Template |
Ctrl + Alt + J |
RailsNavigate to Rails Model/View/Controllers |
Alt + Shift + N |
RailsPreview Rails View in Browser |
Alt + F2 |
RailsReload Application Sources in Rails Console |
Ctrl + R |
RailsInsert <%= %> in RHTML |
Ctrl + Shift + . |
RailsRun Rails Generator |
Ctrl + Alt + G |