JetBrains RubyMine (Linux)

Editing Shortcuts

Paste from Buffer

Ctrl + Shift + V

All hotkeys for JetBrains RubyMine (Linux)

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


Microsoft Word 2007 (Windows)
Paste formatting only
Common tasks

Ctrl + Shift + V


Microsoft Outlook 2010 (Windows)
Move message to folder
Messages in Main View - Message List and Single Messages

Ctrl + Shift + V


Microsoft OneNote 2010 (Windows)
Copy / Paste the formatting of selected text (new in Outlook 2010)
Specific OneNote Shortcuts for Selecting, Editing, and Formatting

ctrl + shift + c / ctrl + shift + v


Thunderbird (Windows)
Paste without formatting
Compose and Edit Message

Ctrl + Shift + V


Visual Studio 2015 (Windows)
Pastes an item from the Clipboard ring
Code Editor - Undo, Redo, Copy, Paste

Ctrl + Shift + V


Thunderbird (Linux)
Paste without formatting
Compose and Edit Message

Ctrl + Shift + V


Microsoft Outlook 2010 (Windows)
Move message to folder
Messages in Compose View - Message List and Single Messages

Ctrl + Shift + V


Visual Studio 2015 (Windows)
Pastes an item from the Clipboard ring
Coding - Undo, Redo, Copy, Paste

Ctrl + Shift + V


Mindjet Mindmanager 2012 (Windows)
Paste as callout/same level (this latter is rarely used)
Most used - Move topics

Ctrl + Shift + V / Ctrl + Alt + V


Microsoft Word 2007 (Windows)
Apply copied formatting to text.
Character and paragraph formatting Copy formatting

Ctrl + Shift + V


Mindjet Mindmanager 2012 (Windows)
Paste as callout/same level (this latter is rarely used)
Reorganizing - Move topics

Ctrl + Shift + V / Ctrl + Alt + V


Microsoft Word 2007 (Windows)
Paste formats.
Character and paragraph formatting View and copy text formats

Ctrl + Shift + V


Microsoft Outlook 2010 (Windows)
Move message to folder
Calendar Shortcuts - Message List and Single Messages

Ctrl + Shift + V


Visual Studio 2015 (Windows)
Pastes an item from the Clipboard ring
Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste

Ctrl + Shift + V


Opera (Linux)
Paste from clipboard and go
Text Editing

Ctrl + Shift + V


Oracle SQL Developer 4 (Windows)
Cut/ Copy/ Paste Path
Edit

Ctrl + Shift + X / Ctrl + Shift + C / Ctrl + Shift + V


Evernote (Windows)
Paste text from clipboard as unformatted text
Note Editor

Ctrl + Shift + v


Sublime Text (Windows)
Paste and match current indention
Cut, Copy and Paste

Ctrl + Shift + V


Microsoft PowerPoint 2010 (Windows)
Paste formatting only.
Work with Text and Objects

Ctrl + Shift + V


NetBeans 8 (Windows)
Paste formatted
General Keyboard Shortcts

Ctrl + Shift + V


AutoCAD 2012 (Windows)
Paste data as block
Manage Workflow

Ctrl + Shift + V


Photoshop Lightroom 4 (Windows)
Copy/paste Develop settings
Develop Module

Ctrl + Shift + C / Ctrl + Shift + V


Microsoft PowerPoint 2010 (Windows)
Paste formats.
Change Fonts and Formatting

Ctrl + Shift + V


Adobe Illustrator CS5 (Windows)
Paste in place on the active artboard
Viewing Artwork

Ctrl + Shift + v


IntelliJ (Linux)
Paste from recent buffers...
Editing

Ctrl + Shift + V


IntelliJ (Windows)
Paste from recent buffers...
Editing

Ctrl + Shift + V


Beyond Compare (Windows)
Open clipboard
File Menu

Ctrl + Shift + V


Presonus Studio One (Windows)
Paste at original position
Edit Menu

Ctrl + Shift + V


Axialis IconWorkshop (Windows)
Paste as a new image
Edit Menu

Ctrl + Shift + V


Microsoft Word 2013 (Windows)
Paste text format
Undo, Copy and Paste

Ctrl + Shift + V


FileMaker Pro (Windows)
Paste text only
Layout Mode Shortcuts - Delete and Edit Text

Ctrl + Shift + V


Qt Creator (Windows)
Paste from the clipboard history, Subsequent presses move you back in the history
Editor

Ctrl + Shift + V


Adobe Flash Professional (Windows)
Paste in Place
Modifying and editing

Ctrl + Shift + V


Microsoft Word 2013 (Windows)
Paste formatting
Format Text and Paragraph

Ctrl + Shift + V


Qt Creator (MacOS)
Paste from the clipboard history, Subsequent presses move you back in the history
Editor

Ctrl + Shift + V


FL Studio (Windows)
Paste from MIDI clipboard
Piano Roll Action

Ctrl + Shift + V


FileMaker Pro (Windows)
Paste text only
Text Shortcuts - Delete and Edit Text

Ctrl + Shift + V


Microsoft OneNote 2016 (Windows)
Copy/ paste formatting of selected text
Format

Ctrl + Shift + C / Ctrl + Shift + V


Microsoft Outlook 2016 (Windows)
Move an item
Common Commands: Common To Most Views

Ctrl + Shift + V


Microsoft Visio 2016 (Windows)
Bottom align text vertically
Format text

Ctrl + Shift + V


FileMaker Pro (Windows)
Paste text only
Database Management Shortcuts - Delete and Edit Text

Ctrl + Shift + V


Adobe Premiere CC (Windows)
Paste Insert
General Shortcuts

Ctrl + Shift + V


Adobe After Effects CC (Windows)
Turn off Video switch for all video Layers other than selected Layers
Layers

Ctrl + Shift + V


Photoshop Lightroom CC (Windows)
Paste Develop settings
Develop Module

Ctrl + Shift + V


Microsoft PowerPoint 2016 (Windows)
Paste shape attributes
Shapes and Various Drawing Objects Shortcuts

Ctrl + Shift + V


Adobe Audition CC (Windows)
Mix Paste
Marker/Tool/Clip Shortcuts

Ctrl + Shift + V


Finale (Windows)
Paste and Filter
Edit Menu

Ctrl + Shift + V


InDesign CC (Windows)
Paste Without formatting
Edit Menu shortcuts

Ctrl + Shift + V


FileMaker Pro (Windows)
Paste text without styles
Paste, Select, and Replace Values

Ctrl + Shift + V


Dynamics NAV 2015 (Windows)
Paste rows
Edit

Ctrl + Shift + V


AutoCAD 2016 (Windows)
Pastes data from the Windows Clipboard as a Block
General

Ctrl + Shift + V


Microsoft Projects 2016 (Windows)
Paste formatting only.
Working with OfficeArt Objects

Ctrl + Shift + V


CyberLink PhotoDirector 8 (Windows)
Paste copied adjustments
Operational

Ctrl + Shift + V


AutoCad Architecture 2017 (Windows)
Paste as block
General

Ctrl + Shift + V


Sublime Text (Linux)
Paste and Indent Correctly
General Editing Shortcuts

Ctrl + Shift + V


JetBrains RubyMine (Windows)
Paste from Buffer
Editing Shortcuts

Ctrl + Shift + V


TextMate 2 (MacOS)
Validate
XML Shortcuts

Ctrl + Shift + V


TextMate 2 (MacOS)
Validate
CSS Shortcuts

Ctrl + Shift + V


TextMate 2 (MacOS)
Validate
PHP Shortcuts

Ctrl + Shift + V


JetBrains PyCharm (Windows)
Paste from Buffer
Editing

Ctrl + Shift + V


Adobe XD (Experience Design) (Windows)
Vertical
Distribute

Ctrl + Shift + V


Adobe Animate CC (Windows)
Paste in Place
Edit and Modify

Ctrl + Shift + V


Corel PhotoPaint X6 (Windows)
Paste into Selection
Edit Menu

Ctrl + Shift + V


Steinberg Cubase 9 (Windows)
Paste at origin
Edit

Ctrl + Shift + V


Opera (Windows)
Copy text in clipboard to "Notes" panel
Text Editing

Ctrl + Shift + V


Corel Ventura 10 (Windows)
Convert to Curves
Objects/Graphics

Ctrl + Shift + V


MusicBee (Windows)
Analyse Volume
Tools

Ctrl + Shift + V


vSphere Client (Windows)
Switches to VM and Templates
vCenter Navigation Shortcuts

Ctrl + Shift + V


Zerodha Trader (Windows)
View Cash Limits
For Monitoring Funds/Trades/Positions/Orders

Ctrl + Shift + V


MPS 2017 (Windows)
Paste selected entry from the Clipboard to the caret location
Basic Editing

Ctrl + Shift + V


Jetbrains CLion (Windows)
Paste from recent buffers...
Editing Shortcuts

Ctrl + Shift + V


VideoPad Video Editor (Windows)
Paste Clip in Sequence (overlay)
Edit

Ctrl + Shift + V


MOTU Digital Performer 9 (Windows)
Rock edit
Editing

Ctrl + Shift + V


Adobe Captivate 2017 (Windows)
Insert stencil slides
General and Miscellaneous Shortcuts

Ctrl + Shift + V


DITA CMS (Windows)
Clean All Views
22 Shortcuts for DITA CMS (Windows)

Ctrl + Shift + V


Scottrade (Windows)
Open Velocity and Forces Window
32 Shortcuts for Scottrade (Windows)

Ctrl + Shift + V


XYplorer (Windows)
Paste Here to New Subfolder
General Shortcuts

Ctrl + Shift + V


Delphi 10 (Windows)
Automatically Declare Variable at cursor position
193 Shortcuts for Delphi 10 (Windows)

Ctrl + Shift + V


Siemens NX 11 (Windows)
Visualization
Preferences

Ctrl + Shift + V


Vegas Pro 14 (Windows)
Paste insert
General Editing

Ctrl + Shift + V


Vegas Pro 14 (Windows)
Paste insert
Event Selection and Editing

Ctrl + Shift + V


Visual Studio Code (Windows)
Toggle Markdown preview
Display

Ctrl + Shift + V


Visual Studio Code (Windows)
Paste into active terminal
Integrated Terminal

Ctrl + Shift + V


TurboCAD (Windows)
Set WorkPlane by the active view
171 Shortcuts for TurboCAD (Windows)

Ctrl + Shift + V


Comodo IceDragon (Windows)
Paste (as plain text)
Editing Options

Ctrl + Shift + V


Ulead PhotoImpact 8 (Windows)
Pastes the image data from the clipboard as a new image in a separate window
Edit Menu

Ctrl + Shift + V


SAP Web IDE (Windows)
View Git pane
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + Shift + V


Chromebook (Linux)
Past text as plain text
34 Shortcuts for Chromebook (Linux)

Ctrl + Shift + V


Vectorworks (Windows)
Flip Vertical
Modify Menu

Ctrl + Shift + V


gEDA (Linux)
Decrease the diameter of new vias by 5 mil
Other Important Shortcuts

Ctrl + Shift + V


WavePad Sound Editor (Windows)
Paste from System Clipboard
Edit Operations

Ctrl + Shift + V


Balsamiq Mockups (Windows)
Paste In Place
Edit/History

Ctrl + Shift + V


Modo (Windows)
Paste insert keyframes to selected channels
Animation

Ctrl + Shift + V


DraftSight (Windows)
Paste from the clipboard as a Block
37 Shortcuts for DraftSight (Windows)

Ctrl + Shift + V


BricsCAD (Windows)
Pastes  the contents of the Clipboard as a block (PASTEBLOCK command)
Other Shortcuts

Ctrl + Shift + V


BricsCAD (Linux)
Pastes  the contents of the Clipboard as a block (PASTEBLOCK Ctrl)
Other Shortcuts

Ctrl + Shift + V


Brave Browser (Windows)
Paste Without Formatting
Page Navigation and Display

Ctrl + Shift + V


SolveSpace (Windows)
Measure Volume
Analyse

Ctrl + Shift + V


ComplyPro 2017B (Windows)
Paste Row Before
In Grid View

Ctrl + Shift + V


Figma (Web Application)
Paste Over Selection
Edit

Ctrl + Shift + V


Aspire (Windows)
Create Mirror Copy Vertically, around center of material
Mirror Shortcuts

Ctrl + Shift + V


MindManager v19 (Windows)
Paste as callout/same level (this latter is rarely used)
Most used - Move topics

Ctrl + Shift + V / Ctrl + Alt + V


VCarve Pro (Windows)
Create Mirror Copy Vertically, around center of material
Mirror

Ctrl + Shift + V


Figma (Web Application)
Paste and Match Style
Text

Ctrl + Shift + V


MindManager v19 (Windows)
Paste as callout/same level (this latter is rarely used)
Reorganizing - Move topics

Ctrl + Shift + V / Ctrl + Alt + V


Microsoft Word 2010 (Windows)
Paste formatting
Navigate within Documents - Format Text

Ctrl + Shift + V


Microsoft Outlook 2007 (Windows)
Move an item.
Shortcuts for all Outlook 2007 Items

Ctrl + Shift + V


Microsoft Word 2010 (Windows)
Paste formatting
Edit Documents - Format Text

Ctrl + Shift + V


Adobe After Effects CS5 (Windows)
Turn off Video switch for all video layers other than selected layers
Layers

Ctrl + Shift + V


Microsoft Word 2010 (Windows)
Paste formatting
Formats - Format Text

Ctrl + Shift + V


Microsoft Word 2010 (Windows)
Paste formatting
Manage Word View - Format Text

Ctrl + Shift + V


Microsoft Word 2010 (Windows)
Paste formatting
Tables - Format Text

Ctrl + Shift + V


Microsoft Word 2010 (Windows)
Paste text format
Undo, Copy and Paste

Ctrl + Shift + V