JetBrains RubyMine (Windows)

Find and Replace

Find Previous

Shift + F3

All hotkeys for JetBrains RubyMine (Windows)

General Shortcuts
Open Corresponding Tool Window

Ctrl + 0..9

General Shortcuts
Save All

Ctrl + S

General Shortcuts
Synchronize

Ctrl + Alt + Y

General Shortcuts
Toggle Maximize Editor

Ctrl + Shift + F12

General Shortcuts
Go back to Previous Tool Window

F12

General Shortcuts
Go to Editor

Esc

General Shortcuts
Hide Active or Last Active Window

Shift + Esc

General Shortcuts
Switch Editor Tabs and IDE Tool Windows

Ctrl + Tab

General Shortcuts
Open Setting Dialog

Ctrl + Alt + S

General Shortcuts
Close Current Active Tab

Ctrl + F4

General Shortcuts
Quick Switch Current Scheme

Ctrl + `

General Shortcuts
Add to Favourites

Alt + Shift + F

General Shortcuts
Inspect Current file with Current file

Alt + Shift + I

Find and Replace
Find

Ctrl + F

Find and Replace
Replace

Ctrl + R

Find and Replace
Search Everywhere

Double Shift

Find and Replace
Find Next

F3

Find and Replace
Find Previous

Shift + F3

Find and Replace
Find in Path

Ctrl + Shift + F

Find and Replace
Replace in Path

Ctrl + Shift + R

Editing Shortcuts
Basic Code Completion

Ctrl + Spacebar

Editing Shortcuts
Complete Current Statement

Ctrl + Shift + Spacebar

Editing Shortcuts
Quick Documentation Lookup

Ctrl + Q

Editing Shortcuts
Brief Info

Ctrl + Mouse Over

Editing Shortcuts
Complete Statement

Ctrl + Shift + Enter

Editing Shortcuts
Parameter Information

Ctrl + P

Editing Shortcuts
Override Methods

Ctrl + O

Editing Shortcuts
Generate Code

Alt + Insert

Editing Shortcuts
Move Line(Selection) Up/Down

Ctrl + Shift + Up Arrow / Down Arrow

Editing Shortcuts
Surround With..(Begin..End etc.)

Ctrl + Alt + T

Editing Shortcuts
Comment/Uncomment with Line Comment

Ctrl + /

Editing Shortcuts
Comment/Uncomment with Block Comment

Ctrl + Shift + /

Editing Shortcuts
Show Description of Error or Warning at Caret

Ctrl + F1

Editing Shortcuts
Indent Selected Lines

Tab

Editing Shortcuts
Unindent Selected Lines

Shift + Tab

Editing Shortcuts
Show Intention Actions and Quick Fixes

Alt + Enter

Editing Shortcuts
Reformat Code

Ctrl + Alt + L

Editing Shortcuts
Duplicate Current Line

Ctrl + D

Editing Shortcuts
Cut/Copy/Paste Current line to Clipboard

Ctrl + X / Ctrl + C / Ctrl + V

Editing Shortcuts
Paste from Buffer

Ctrl + Shift + V

Editing Shortcuts
AutoIndent Lines

Ctrl + Alt + I

Editing Shortcuts
Delete line at caret

Ctrl + Y

Editing Shortcuts
Start New line

Shift + Enter

Editing Shortcuts
Show Intention Actions/Quick-Fixes

Alt + Enter

Editing Shortcuts
Decrease Current Selection to Previous State

Ctrl + Shift + W

Editing Shortcuts
Select Successively Incresing Code blocks

Ctrl + W

Editing Shortcuts
Expand All

Ctrl + Shift + NumPad +

Editing Shortcuts
Collapse All

Ctrl + Shift + NumPad -

Editing Shortcuts
Expand/Collapse Code block

Ctrl + NumPad + / Ctrl + NumPad -

Editing Shortcuts
Delete to end word

Ctrl + Del

Editing Shortcuts
Delete to word start

Ctrl + Backspace

Editing Shortcuts
Select till code block end

Ctrl + Shift + ]

Editing Shortcuts
Select till code block start

Ctrl + Shift + [

Editing Shortcuts
Toggle Carnel/Snake Case

Shift + Alt + U

Editing Shortcuts
Switch case for Word at Caret or Selected block

Ctrl + Shift + U

Refactoring
Copy

F5

Refactoring
Move

F6

Refactoring
Rename

Shift + F6

Refactoring
Inline

Ctrl + Alt + N

Refactoring
Refactor this Quick List

Ctrl + Alt + Shift + T

Refactoring
Extract Method

Ctrl + Alt + M

Refactoring
Extract Field

Ctrl + Alt + F

Refactoring
Extract parameter

Ctrl + Alt + P

Refactoring
Extract Constant

Ctrl + Alt + C

Refactoring
Extract Variable

Ctrl + Alt + V

Navigation Shortcuts
Go to Class

Ctrl + N

Navigation Shortcuts
Go to File

Ctrl + Shift + N

Navigation Shortcuts
Go to Symbol

Ctrl + Alt + Shift + N

Navigation Shortcuts
Next highlighted Error

F2

Navigation Shortcuts
Previous highlighted Error

Shift + F2

Navigation Shortcuts
Go to Top of Page

Ctrl + PgUp

Navigation Shortcuts
Go to Bottom of Page

Ctrl + PgDn

Navigation Shortcuts
Go to Line

Ctrl + G

Navigation Shortcuts
Recent files Popup

Ctrl + E

Navigation Shortcuts
Select current file/Symbol in any View

Alt + F1

Navigation Shortcuts
Go to Next/Previous Tab

Alt + Left Arrow / Alt + Right Arrow

Navigation Shortcuts
Go to Declaration

Ctrl + B

Navigation Shortcuts
Go to Type Declaration

Ctrl + Shift + B

Navigation Shortcuts
Navigate back/forward

Ctrl + Alt + Left Arrow / Ctrl + Alt + Right Arrow

Navigation Shortcuts
Go to last edit location

Ctrl + Shift + Backspace

Navigation Shortcuts
Go to super method/super class

Ctrl + U

Navigation Shortcuts
Type Hierarchy

Ctrl + H

Navigation Shortcuts
Toggle Bookmark

F11

Navigation Shortcuts
Toggle Bookmark with Mnemonic

Ctrl + F11

Navigation Shortcuts
Show Bookmarks

Shift + F11

Navigation Shortcuts
Go to Numbered Bookmark

Ctrl + 0..9

Navigation Shortcuts
Show Navigation bar

Alt + Home

Navigation Shortcuts
Edit Source

F4

Navigation Shortcuts
Show Diagram

Ctrl + Shift + Alt + U

Navigation Shortcuts
File Structure Popup

Ctrl + F12

Navigation Shortcuts
Move to code block end/start

Ctrl + ] / Ctrl + [

Navigation Shortcuts
Go to Previous/Next Method

Alt + Up Arrow / Alt + Down Arrow

Navigation Shortcuts
Open Quick Definition Lookup

Ctrl + Shift + I

Debugging
Run to Cursor

Alt + F9

Debugging
Step Out

Shift + F8

Debugging
Step Over

F8

Debugging
Step Into

F7

Debugging
Quick Evaluate Expression

Ctrl + Alt + F8

Debugging
Evaluate Expression

Alt + F8

Debugging
Toggle Breakpoint

Ctrl + F8

Debugging
View Breakpoints

Ctrl + Shift + F8

Debugging
Resume Program

F9

Debugging
Show Execution Point

Alt + F10

Compile and Run
Open Run Configuration

Alt + Shift + F10

Compile and Run
Open Debug Configuration

Alt + Shift + F9

Compile and Run
Run

Shift + F10

Compile and Run
Debug

Shift + F9

Compile and Run
Run Rake Task

Ctrl + Alt + R

Usage Search
Find Usage in File

Ctrl + F7

Usage Search
Find Usage

Alt + F7

Usage Search
Highlight Usage in File

Ctrl + Shift + F7

Usage Search
Show Usage

Ctrl + Alt + F7

VCS/Local History
View Diffrenece

Ctrl + D

VCS/Local History
Commit Project to VCS

Ctrl + K

VCS/Local History
Update Project from VCS

Ctrl + T

VCS/Local History
View Recent Changes

Ctrl + Shift + E

VCS/Local History
VCS Operations Popup

Alt + `

Live Templates
Insert Live Template

Ctrl + J

Live Templates
Surround with Live Template

Ctrl + Alt + J

Rails
Navigate to Rails Model/View/Controllers

Alt + Shift + N

Rails
Preview Rails View in Browser

Alt + F2

Rails
Reload Application Sources in Rails Console

Ctrl + R

Rails
Insert <%= %> in RHTML

Ctrl + Shift + .

Rails
Run Rails Generator

Ctrl + Alt + G

Similar combinations for other applications


Adobe Reader 9 (Linux)
Find next / find previous (alternative is Ctrl+g / Ctrl+Shift+g)
Find and Select

F3 / Shift + F3


Adobe Reader X (Windows)
Find next / find previous (alternative is ctrl+g / ctrl+shift+g)
Find and Select

F3 / Shift + F3


Visual Studio 2015 (Windows)
Find next / find previous
Code Editor - Find, Replace, and Goto

F3 / Shift + F3


Microsoft Outlook 2010 (Windows)
Switch case between all upper, all lower, and first letter upper.
Messages in Main View - Format Message Body

Shift + F3


Thunderbird (Windows)
Find text again previous in Current Message
Find Messages

Ctrl + Shift + G / Shift + F3


Thunderbird (MacOS)
Find text again previous in Current Message
Find Messages

Command + Shift + G / Shift + F3


Thunderbird (Linux)
Find text again previous in Current Message
Find Messages

Ctrl + Shift + G / Shift + F3


Firefox (Linux)
Find previous occurrence of search term.
Search

Ctrl + Shift + G / Shift + F3


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
Work with Data Selections - Formulas

Shift + F3


Firefox (Windows)
Find previous occurrence of search term.
Search

Ctrl + Shift + G / Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
Work with Data Selections - Formulas

Shift + F3


Microsoft Excel 2003 (Windows)
Insert a function
Unusual

Shift + F3


Visual Studio 2015 (Windows)
Find next / find previous
Coding - Find, Replace, and Goto

F3 / Shift + F3


Microsoft OneNote 2010 (Windows)
While searching the current page, move to the previous result.
Searching Notes

shift + f3


Microsoft Outlook 2010 (Windows)
Switch case between all upper, all lower, and first letter upper.
Messages in Compose View - Format Message Body

Shift + F3


Microsoft Excel 2011 (MacOS)
Open the Formula Builder
Function keys

Shift + F3


Total Commander 8 (Windows)
List only file under cursor, when multiple files selected
Main Shortcuts

Shift + F3


Inpage (Windows)
To select title text boox tool
For Tools Selection

Shift + F3


Notepad++ 5 (Windows)
Find previous
Search

Shift + F3


Open Office Impress (Linux)
Duplicate
Function Keys

Shift + F3


Microsoft Word 2007 (Windows)
Change the case of letters.
Character and paragraph formatting Apply character formats

Shift + F3


Visual Studio 2015 (Windows)
Find next / find previous
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto

F3 / Shift + F3


Microsoft Excel 2011 (MacOS)
Open the Formula Builder
Working in cells or the Formula bar

Shift + F3


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
Insert and Edit Data - Formulas

Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
Insert and Edit Data - Formulas

Shift + F3


Microsoft Outlook 2010 (Windows)
Switch case between all upper, all lower, and first letter upper.
Calendar Shortcuts - Format Message Body

Shift + F3


Opera (Linux)
Find previous instance of text
Find

Ctrl + Shift + G / Shift + F3


Microsoft Word 2007 (Windows)
Change the case of letters.
Function key reference: SHIFT+Function key

Shift + F3


Sublime Text (Windows)
Find next/ previous
Find and Replace

F3 / Shift + F3


Oracle SQL Developer 4 (Windows)
Find Next/ Previous
Search

F3 / Shift + F3


CATIA V5 (Windows)
Structure tree activate around e.g. character size to modify (activate the graph if the model is active and inversely)
38 Shortcuts for CATIA V5 (Windows)

Shift + F3


NetBeans 8 (Windows)
Find next/previous in file
General Keyboard Shortcts

F3 / Shift + F3


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
Format Data - Formulas

Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
Format Data - Formulas

Shift + F3


Microsoft PowerPoint 2010 (Windows)
Change the case of letters between sentence, lowercase, or uppercase.
Change Fonts and Formatting

Shift + F3


IntelliJ (Linux)
Find next / Find previous
Search/Replace

F3 / Shift + F3


IntelliJ (Windows)
Find next / Find previous
Search/Replace

F3 / Shift + F3


Adobe Reader X (Linux)
Find next / find previous (alternative is ctrl+g / ctrl+shift+g)
Find and Select

F3 / Shift + F3


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
Formulas and Names - Formulas

Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
Formulas and Names - Formulas

Shift + F3


Beyond Compare (Windows)
Find previous
Search Menu

Shift + F3


Beyond Compare (Windows)
Find previous filename
Search Menu - Folder Compare

Shift + F3


Beyond Compare (Windows)
Find previous filename
Search Menu - Folder Sync

Shift + F3


Presonus Studio One (Windows)
Toggle size
Console

Shift + F3


Microsoft Word 2013 (Windows)
Change between all upper-, first letter upper- and all lower-case
Format Text and Paragraph

Shift + F3


Microsoft Excel 2013 (Windows)
Display the Insert Function dialog box
Formulas

Shift + F3


Microsoft Excel 2013 (Windows)
Insert a function into a formula
Formulas

Shift + F3


Adobe Acrobat Pro (Windows)
Move to previous search result and highlight it in the document
Navigation

Shift + F3 / Ctrl + Shift + G


Qt Creator (MacOS)
Find next / Find previous
Editor

F3 / Shift + F3


Qt Creator (Windows)
Find next / Find previous
Editor

F3 / Shift + F3


Atom (text editor) 1.0 (Linux)
Find previous
Find and Replace

Shift + F3


Atom (text editor) 1.0 (Windows)
Find previous
Find and Replace

Shift + F3


Notepad++ 6 (Windows)
Find Previous
Search menu

Shift + F3


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
The Rest - Formulas

Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
The Rest - Formulas

Shift + F3


Sonar 2015 (Windows)
Open Metronome settings
Transport

Shift + F3


Microsoft Outlook 2016 (Windows)
Switch case (selected text)
Common Commands: Format Text and work with Editor

Shift + F3


Microsoft OneNote 2016 (Windows)
While searching current page, move to previous result
Search Notes

Shift + F3


Microsoft PowerPoint 2016 (Windows)
Toggle cases(UppseCase/LowerCase)
Edit and General Text Operations

Shift + F3


Microsoft PowerPoint 2016 (Windows)
Change cases
Edit and General Text Operations

Shift + F3


Adobe After Effects CC (Windows)
Toggle between Graph Editor and Layer bar Modes
Keyframes and Graph Editor

Shift + F3


Adobe After Effects CC (MacOS)
Toggle between Graph Editor and Layer bar Modes
Keyframes and Graph Editor

Shift + F3


FileMaker Pro (Windows)
Zoom document larger / smaller
Navigation and Window Display

F3 / Shift + F3


CINEMA 4D (Windows)
Timeline
Editor

Shift + F3


Microsoft Word 2016 (Windows)
Change cases(UppseCase/LowerCase)
Text Editing/Graphics editing Operations

Shift + F3


Dynamics NAV 2015 (Windows)
Select Show Results
Page View and Review

Shift + F3


Zoho Sheet (Windows)
Show Function Dialog Box
Formula related shortcuts

Shift + F3


Zoho Sheet (MacOS)
Show Function Dialog Box
Formula related shortcuts

Shift + F3


Microsoft Word 2016 (Windows)
Change the case of letters.
All Function Key Shortcuts

Shift + F3


Autodesk Inventor 2017 (Windows)
Zoom window
View

Shift + F3


AutoCAD 2016 (Windows)
Subobject selection is limited to edges (AutoCAD only)
General

Shift + F3


Act! CRM (Windows)
Work week user roles
View Shortcuts

Shift + F3


Microsoft Projects 2016 (Windows)
Reset sort order to ID order and turn off grouping.
Navigate Views and Windows

Shift + F3


Atom (text editor) 1.0 (MacOS)
Find previous
Find and Replace

Shift + F3


Final Cut Pro (MacOS)
Find previous (in Find results)
Finding items

Shift + F3


JetBrains RubyMine (Linux)
Find Previous
Find and Replace

Shift + F3


JetBrains PyCharm (Windows)
Find Previous
Find and Replace

Shift + F3


JetBrains RubyMine (MacOS)
Show Bookmarks
Navigation Shortcuts

Shift + F3


JetBrains AppCode (MacOS)
Show Bookmarks
Navigation Controls

Shift + F3


Adobe Dreamweaver (Windows)
Find Previous
Find and Replace

Shift + F3


JetBrains PhpStorm (Windows)
Find Previous
Find and Replace

Shift + F3


Microsoft Word 2016 (MacOS)
Change letters to uppercase, lowercase, or mixed case
Frequently Used Shortcuts

Shift + F3


JetBrains PhpStorm (Linux)
Find Previous
Find and Replace

Shift + F3


Microsoft Excel 2016 (MacOS)
Display the Formula Builder
Frequently used shortcuts

Shift + F3


Microsoft Excel 2016 (MacOS)
Open the Formula Builder
Work in cells or the Formula bar

Shift + F3


Microsoft Word 2016 (MacOS)
Change the case of letters
Format characters

Shift + F3


DAZ Studio (Windows)
Find next
Script Commands

Shift + F3


Corel Draw X8 (Windows)
Change case
Font Formatting

Shift + F3


DAZ Studio (MacOS)
Find next
Script Commands

Shift + F3


Corel Quattro Pro X8 (Windows)
Displays List of Macro commands
EditMode Shortcuts

Shift + F3


Corel Quattro Pro X8 (Windows)
Shows List of Available Macros
Function Keys

Shift + F3


Microsoft Excel 2016 (MacOS)
Open the Formula Builder
The following table provides the function key shortcuts for Excel 2016 for Mac*

Shift +F3


Microsoft Word 2016 (MacOS)
Change letters to uppercase, lowercase, or mixed case
Function key shortcuts

Shift + F3


InCopy CC (MacOS)
Replace selected text with Change To text and find next
Find and Replace

Shift + F3


InCopy CC (Windows)
Replace selected text with Change To text and find next
Find and Replace

Shift + F3


Chief Architect (Windows)
Import Tools - Import Drawing (DWG,DXF)
Other Shortcuts

Shift + F3


Chief Architect (MacOS)
Import Tools - Import Drawing (DWG,DXF)
Other Shortcuts

Shift + F3


Brackets (Windows)
Find Previous
99 Shortcuts for Brackets (Windows)

Shift + F3


Informix Genero 2.5.0 (Windows)
Find previous
Find and Replace

Shift + F3


XYplorer (Windows)
Repeat Last Search
Function key Shortcuts

Shift + F3


Jetbrains CLion (Windows)
Find next/Find previous
Find and Replace

F3 / Shift + F3


MPS 2017 (Windows)
Navigate to the next/previous occurrence of a selected word in the editor
Search

F3 / Shift + F3


Pegasus Mail (Web Application)
Quick lookup
Addresses

Shift + F3


Visual Studio Code (Windows)
Find next/previous
Search and Replace

F3 / Shift + F3


Soundforge (Windows)
Find previous instance of last-searched text
Script Editor

Shift + F3


RStudio (Windows)
Find previous
Source

Shift + F3


CodeLite 10 (Windows)
Find previous
Search

Shift + F3


HyperWorks (Windows)
Edges (for equivalence)
24 Shortcuts for HyperWorks (Windows)

Shift + F3


Ansys Mechanical (Windows)
Activate Extend to Connection Selection
Selection Filters

Shift + F3


Comodo IceDragon (Windows)
Find Previous
Search Options

Shift + F3


Evergreen (Linux)
Retrieve Record by TCN
Cataloging

Shift + F3


VariCAD (Windows)
Information
Hot Keys

Shift + F3


PSPad (Windows)
Find Previous - Find previous occurrence
Search

Shift + F3


Wordfast Pro (Windows)
Uppercase / Lowercase
100 Shortcuts for Wordfast Pro (Windows)

Shift + F3


Wordfast Pro (MacOS)
Uppercase / Lowercase
100 Shortcuts for Wordfast Pro (MacOS)

Shift + F3


Target 3001! (Windows)
SchematicPCB(Without Cross Probe)
Function key Shortcuts

Shift + F3


BricsCAD (Windows)
Turns the Status Bar on/off (STATBAR command)
Other Shortcuts

Shift + F3


BricsCAD (Linux)
Turns the Status Bar on/off (STATBAR Ctrl)
Other Shortcuts

Shift + F3


BricsCAD (MacOS)
Turns the Status Bar on/off (STATBAR command)
Other Shortcuts

Shift + F3


SuperMemo (Windows)
Search Leeches
129 Shortcuts for SuperMemo (Windows)

Shift + F3


Microsoft Projects 2007 (Windows)
Reset sort order to ID order.
Navigate views and windows

Shift + F3


Adobe Reader 9 (Windows)
Find next / find previous (alternative is Ctrl+g / Ctrl+Shift+g)
Find and Select

F3 / Shift + F3


Open Office Impress (Windows)
Duplicate
Function Keys

Shift + F3


Microsoft Word 2010 (Windows)
Change between all upper-, first letter upper- and all lower-case
Navigate within Documents - Format Text

Shift + F3


Microsoft Excel 2007 (Windows)
Displays the Insert Function dialog box.
Function keys in Excel 2007

Shift + F3


Microsoft Word 2010 (Windows)
Change between all upper-, first letter upper- and all lower-case
Edit Documents - Format Text

Shift + F3


Microsoft Outlook 2007 (Windows)
Switch case (with text selected).
Shortcuts for Formatting Text

Shift + F3


Adobe After Effects CS5 (MacOS)
Toggle between Graph Editor and layer bar modes
Keyframes and Graph Editor

Shift + F3


Adobe After Effects CS5 (Windows)
Toggle between Graph Editor and layer bar modes
Keyframes and Graph Editor

Shift + F3


Microsoft Word 2010 (Windows)
Change between all upper-, first letter upper- and all lower-case
Formats - Format Text

Shift + F3


Microsoft Word 2010 (Windows)
Change between all upper-, first letter upper- and all lower-case
Manage Word View - Format Text

Shift + F3


Microsoft Word 2010 (Windows)
Change between all upper-, first letter upper- and all lower-case
Tables - Format Text

Shift + F3