Visual Studio Code (Windows)

Display

Toggle Markdown preview

Ctrl + Shift + V

All hotkeys for Visual Studio Code (Windows)

General Shortcuts
Show Command Palette

Ctrl + Shift + P / F1

General Shortcuts
Quick Open

Ctrl + P

General Shortcuts
New window/instance

Ctrl + Shift + N

General Shortcuts
Close window/instance

Ctrl + Shift + W

Editing Shortcuts
Cut line (empty selection)

Ctrl + X

Editing Shortcuts
Copy line (empty selection)

Ctrl + C

Editing Shortcuts
Move line up/down

Alt + Up Arrow/Down Arrow

Editing Shortcuts
Copy line up/down

Shift + Alt + Down Arrow/Up Arrow

Editing Shortcuts
Delete line

Ctrl + Shift + K

Editing Shortcuts
Insert line below

Ctrl + Enter

Editing Shortcuts
Insert line above

Ctrl + Shift + Enter

Editing Shortcuts
Jump to matching bracket

Ctrl + Shift + \

Editing Shortcuts
Indent/outdent line

Ctrl + ] / [

Editing Shortcuts
Go to beginning of line

Home

Editing Shortcuts
Go to End of line

End

Editing Shortcuts
Go to beginning of file

Ctrl + Home

Editing Shortcuts
Go to End of file

Ctrl + End

Editing Shortcuts
Scroll line up/down

Ctrl + Up Arrow/Down Arrow

Editing Shortcuts
Scroll page up/down

Alt + PgUp/PgDn

Editing Shortcuts
Fold (collapse) region

Ctrl + Shift + [

Editing Shortcuts
Unfold (uncollapse) region

Ctrl + Shift + ]

Editing Shortcuts
Fold (collapse) all subregions

Ctrl + K then Ctrl + [

Editing Shortcuts
Unfold (uncollapse) all subregions

Ctrl + K then Ctrl + ]

Editing Shortcuts
Fold (collapse) all regions

Ctrl + K then Ctrl + 0

Editing Shortcuts
Unfold (uncollapse) all regions

Ctrl + K then Ctrl + J

Editing Shortcuts
Add line comment

Ctrl + K then Ctrl + C

Editing Shortcuts
Remove line comment

Ctrl + K then Ctrl + U

Editing Shortcuts
Toggle line comment

Ctrl + /

Editing Shortcuts
Toggle block comment

Shift + Alt + A

Editing Shortcuts
Toggle word wrap

Alt + Z

Navigation Shortcuts
Show all Symbols

Ctrl + T

Navigation Shortcuts
Go to Line...

Ctrl + G

Navigation Shortcuts
Go to File...

Ctrl + P

Navigation Shortcuts
Go to Symbol...

Ctrl + Shift + O

Navigation Shortcuts
Show Problems panel

Ctrl + Shift + M

Navigation Shortcuts
Go to next error or warning

F8

Navigation Shortcuts
Go to previous error or warning

Shift + F8

Navigation Shortcuts
Navigate editor group history

Ctrl + Shift + Tab

Navigation Shortcuts
Go back / forward

Alt + Left Arrow/Right Arrow

Navigation Shortcuts
Toggle Tab moves focus

Ctrl + M

Search and Replace
Find

Ctrl + F

Search and Replace
Replace

Ctrl + H

Search and Replace
Find next/previous

F3 / Shift + F3

Search and Replace
Select all occurences of Find match

Alt + Enter

Search and Replace
Add selection to next Find match

Ctrl + D

Search and Replace
Move last selection to next Find match

Ctrl + K then Ctrl + D

Search and Replace
Toggle Case-sensitive/Regex/Whole word

Alt + C / R / W

MutiCursor and Selection
Insert cursor

Alt + Click

MutiCursor and Selection
Insert cursor above / below

Ctrl + Alt + Up Arrow/Down Arrow

MutiCursor and Selection
Undo last cursor operation

Ctrl + U

MutiCursor and Selection
Insert cursor at end of each line selected

Shift + Alt + I

MutiCursor and Selection
Select current line

Ctrl + I

MutiCursor and Selection
Select all occurrences of current selection

Ctrl + Shift + L

MutiCursor and Selection
Select all occurrences of current word

Ctrl + F2

MutiCursor and Selection
Expand selection

Shift + Alt + Right Arrow

MutiCursor and Selection
Shrink selection

Shift + Alt + Left Arrow

MutiCursor and Selection
Column (box) selection

Shift + Alt + Drag

MutiCursor and Selection
Column (box) selection

Ctrl + Shift + Alt + Arrow Keys

MutiCursor and Selection
Column (box) selection page up/down

Ctrl + Shift + Alt + PgUp/PgDn

Rich Language Editing
Trigger suggestion

Ctrl + Spacebar

Rich Language Editing
Trigger parameter hints

Ctrl + Shift + Spacebar

Rich Language Editing
Emmet expand abbreviation

Tab

Rich Language Editing
Format document

Shift + Alt + F

Rich Language Editing
Format selection

Ctrl + K then Ctrl + F

Rich Language Editing
Go to Definition

F12

Rich Language Editing
Peek Definition

Alt + F12

Rich Language Editing
Open Definition to the side

Ctrl + K then F12

Rich Language Editing
Quick Fix

Ctrl + .

Rich Language Editing
Show References

Shift + F12

Rich Language Editing
Rename Symbol

F2

Rich Language Editing
Replace with next/previous value

Ctrl + Shift + . / ,

Rich Language Editing
Trim trailing whitespace

Ctrl + K then Ctrl + X

Rich Language Editing
Change file language

Ctrl + K then M

Editor Management
Close editor

Ctrl + F4 then Ctrl + W

Editor Management
Close folder

Ctrl + K then F

Editor Management
Split editor

Ctrl + \

Editor Management
Focus into 1st, 2nd or 3rd editor group

Ctrl + 1 / 2 / 3

Editor Management
Focus into previous/next editor group

Ctrl + K then Ctrl + Left Arrow/Right Arrow

Editor Management
Move editor left/right

Ctrl + Shift + PgUp/PgDn

Editor Management
Move active editor group

Ctrl + K then Left Arrow/Right Arrow

File Management
New File

Ctrl + N

File Management
Open File

Ctrl + O

File Management
Save

Ctrl + S

File Management
Save As

Ctrl + Shift + S

File Management
Save All

Ctrl + K then S

File Management
Close

Ctrl + F4

File Management
Close All

Ctrl + K then Ctrl + W

File Management
Reopen closed editor

Ctrl + Shift + T

File Management
Keep Open

Ctrl + K then Enter

File Management
Open next

Ctrl + Tab

File Management
Open previous

Ctrl + Shift + Tab

File Management
Copy Path of active file

Ctrl + K then P

File Management
Reveal active file in Explorer

Ctrl + K then R

File Management
Show active file in new window/instance

Ctrl + K then O

Display
Toggle full screen

F11

Display
Toggle editor layout

Shift + Alt + 1

Display
Zoom in/out

Ctrl + =/-

Display
Toggle Sidebar visibility

Ctrl + B

Display
Show Explorer / Toggle focus

Ctrl + Shift + E

Display
Show Search

Ctrl + Shift + F

Display
Show Git

Ctrl + Shift + G

Display
Show Debug

Ctrl + Shift + D

Display
Show Extensions

Ctrl + Shift + X

Display
Replace in files

Ctrl + Shift + H

Display
Toggle Search details

Ctrl + Shift + J

Display
Open new command prompt/terminal

Ctrl + Shift + C

Display
Show Output panel

Ctrl + Shift + U

Display
Toggle Markdown preview

Ctrl + Shift + V

Display
Open Markdown preview to the side

Ctrl + K then V

Debug
Toggle breakpoint

F9

Debug
Start/Continue

F5

Debug
Stop

Shift + F5

Debug
Step into/out

F11 / Shift + F11

Debug
Step over

F10

Debug
Show hover

Ctrl + K then Ctrl + I

Integrated Terminal
Show integrated terminal

Ctrl + `

Integrated Terminal
Create new terminal

Ctrl + Shift + `

Integrated Terminal
Copy selection

Ctrl + Shift + C

Integrated Terminal
Paste into active terminal

Ctrl + Shift + V

Integrated Terminal
Scroll up/down

Ctrl + Up Arrow/Down Arrow

Integrated Terminal
Scroll page up/down

Shift + PgUp/PgDn

Integrated Terminal
Scroll to top/bottom

Ctrl + Home/End

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


JetBrains RubyMine (Linux)
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


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