Visual Studio Code (Windows)

Search and replace

Toggle regex

Alt + R

All hotkeys for Visual Studio Code (Windows)

General
F1 Show Command Palette

Ctrl + ↑   Shift + P then F1

Navigation
Go to file

Ctrl + P

General
New window/instance

Ctrl + ↑   Shift + N

General
Close window/instance

Ctrl + ↑   Shift + W

General
User Settings

Ctrl + ,

General
Keyboard Shortcuts

Ctrl + K then Ctrl + S

Basic editing
Cut line (empty selection)

Ctrl + X

Integrated terminal
Copy selection

Ctrl + C

Basic editing
Move line up/down

Alt + ↑  ↓

Basic editing
Copy line up/down

↑   Shift + Alt + ↑  ↓

Basic editing
Delete line

Ctrl + ↑   Shift + K

Basic editing
Insert line below

Ctrl + ⤶ Enter

Basic editing
Insert line above

Ctrl + ↑   Shift + ⤶ Enter

Basic editing
Jump to matching bracket

Ctrl + ↑   Shift + \

Basic editing
Indent/outdent line

Ctrl + ]

Basic editing
Indent/outdent line

Ctrl + [

Basic editing
Go to beginning of line

Home

Basic editing
Go to end of line

End

Integrated terminal
Scroll to top

Ctrl + Home

Integrated terminal
Scroll to bottom

Ctrl + End

Integrated terminal
Scroll up/down

Ctrl + ↑  ↓

Basic editing
Scroll page up

Alt + Page Up

Basic editing
Scroll page down

Alt + Page Down

Basic editing
Fold (collapse) region

Ctrl + ↑   Shift + [

Basic editing
Unfold (uncollapse) region

Ctrl + ↑   Shift + ]

Basic editing
Fold (collapse) all subregions

Ctrl + K then Ctrl + [

Basic editing
Unfold (uncollapse) all subregions

Ctrl + K then Ctrl + ]

Basic editing
Fold (collapse) all regions

Ctrl + K then Ctrl + 0

Basic editing
Unfold (uncollapse) all regions

Ctrl + K then Ctrl + J

Basic editing
Add line comment

Ctrl + K then Ctrl + C

Basic editing
Remove line comment

Ctrl + K then Ctrl + U

Basic editing
Toggle line comment

Ctrl + /

Basic editing
Toggle block comment

↑   Shift + Alt + A

Basic editing
Toggle word wrap

Alt + Z

Navigation
Show all symbols

Ctrl + T

Navigation
Go to line

Ctrl + G

Navigation
Go to symbol

Ctrl + ↑   Shift + O

Navigation
Show Problems panel

Ctrl + ↑   Shift + M

Navigation
Go to next error or warning

F8

Navigation
Go to previous error or warning

↑   Shift + F8

File management
Open previous

Ctrl + ↑   Shift + ⭾ Tab

Navigation
Go back / forward

Alt + ←  →

Navigation
Toggle Tab moves focus

Ctrl + M

Search and replace
Find

Ctrl + F

Search and replace
Replace

Ctrl + H

Search and replace
Find next

F3

Search and replace
Find previous

↑   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

Alt + C

Search and replace
Toggle regex

Alt + R

Search and replace
Toggle whole word

Alt + W

Multi-cursor and selection
Insert cursor

Alt + Mouse left click

Multi-cursor and selection
Insert cursor above / below

Ctrl + Alt + ↑  ↓

Multi-cursor and selection
Undo last cursor operation

Ctrl + U

Multi-cursor and selection
Insert cursor at end of each line selected

↑   Shift + Alt + I

Multi-cursor and selection
Select current line

Ctrl + I

Multi-cursor and selection
Select all occurrences of current selection

Ctrl + ↑   Shift + L

Multi-cursor and selection
Select all occurrences of current word

Ctrl + F2

Multi-cursor and selection
Expand selection

↑   Shift + Alt +

Multi-cursor and selection
Shrink selection

↑   Shift + Alt +

Multi-cursor and selection
Column (box) selection

↑   Shift + Alt + Mouse movement

Multi-cursor and selection
Column (box) selection

Ctrl + ↑   Shift + Alt + ← ↑ → ↓

Multi-cursor and selection
Column (box) selection page up

Ctrl + Shift + Alt + Page Up

Multi-cursor and selection
Column (box) selection page down

Ctrl + Shift + Alt + Page Down

Rich languages editing
Trigger suggestion

Ctrl + Space

Rich languages editing
Trigger parameter hints

Ctrl + ↑   Shift + Space

Rich languages editing
Format document

↑   Shift + Alt + F

Rich languages editing
Format selection

Ctrl + K then Ctrl + F

Rich languages editing
Go to Definition

F12

Rich languages editing
Peek Definition

Alt + F12

Rich languages editing
12 Open Definition to the side

Ctrl + K then F12

Rich languages editing
Quick Fix

Ctrl + .

Rich languages editing
Show References

↑   Shift + F12

Rich languages editing
Rename Symbol

F2

Rich languages editing
Trim trailing whitespace

Ctrl + K then Ctrl + X

Rich languages editing
M Change file language

Ctrl + K then M

Editor management
Close editor

Ctrl + F4 then Ctrl + W

Display
Z Zen Mode (Esc Esc to exit)

Ctrl + K

Editor management
Split editor

Ctrl + \

Editor management
Focus into first group

Ctrl + 1

Editor management
Focus into second group

Ctrl + 2

Editor management
Focus into third group

Ctrl + 3

Editor management
Focus into previous/next editor group

Ctrl + K then Ctrl + ←  →

Editor management
Move editor left

Ctrl + Shift + Page Up

Editor management
Move editor right

Ctrl + Shift + Page Down

Editor management
ht Move active editor group

Ctrl + K then ←  →

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
Close

Ctrl + F4

File management
Close All

Ctrl + K then Ctrl + W

File management
Reopen closed editor

Ctrl + ↑   Shift + T

File management
Open next

Ctrl + ⭾ Tab

File management
P Copy path of active file

Ctrl + K then P

File management
R Reveal active file in Explorer

Ctrl + K then R

File management
O Show active file in new window/instance

Ctrl + K then O

Debug
Step into

F11

Display
Toggle editor layout (horizontal/vertical)

↑   Shift + Alt + 1

Display
Zoom in

Ctrl + =

Display
Zoom out

Ctrl + -

Display
Toggle Sidebar visibility

Ctrl + B

Display
Show Explorer / Toggle focus

Ctrl + ↑   Shift + E

Display
Show Search

Ctrl + ↑   Shift + F

Display
Show Source Control

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
Show Output panel

Ctrl + ↑   Shift + U

Display
Open Markdown preview

Ctrl + ↑   Shift + V

Debug
Toggle breakpoint

F9

Debug
Start/Continue

F5

Debug
Stop

↑   Shift + F5

Debug
Step out

↑   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
Paste into active terminal

Ctrl + V

Integrated terminal
Scroll page up

Shift + Page Up

Integrated terminal
Scroll page down

Shift + Page Down

Similar combinations for other applications


Civilization V (Windows)
Rebase Mode
Air Unit Hotkeys

Alt + r


Civilization V (Windows)
Route to Mode
Civilian Unit Hotkeys

Alt + r


Tally 9.0 (Windows)
Remove a line in a report
General Shortcuts

Alt + R


Tally 9.0 (Windows)
Recalls the last narration saved for the first ledger in the voucher, irrespective of the voucher type
General Shortcuts

Alt + R


MyLifeOrganized (Windows)
Reminder
Managing Tasks

Alt + R


Presonus Studio One (Windows)
Create ranges
Edit Menu

Alt + R


FL Studio (Windows)
Randomize
Channel Window & Step Sequencer

Alt + R


WinRAR (Windows)
Repair archive
Tools Menu

Alt + R


Directory Opus (Windows)
Properties menu
Operations Toolbar

Alt + R


Pro Tools (Windows)
Repeat...
Edit Menu

Alt + R


FL Studio (Windows)
Render armed tracks to .wav
Mixer

Alt + R


FL Studio (Windows)
Open Randomize tool
Piano Roll Action

Alt + R


Qt Creator (Windows)
Play last macro
Editor

Alt + R


Microsoft Excel 2013 (Windows)
Move the selected field into the Row area
Pivot Tables

Alt + R


Sonar 2015 (Windows)
Toggle Track Arm for selected track
Record

Alt + R


Autodesk Maya 2015 (Windows)
Toggle Reflection on or off
Painting Operation

Alt + R


Skype for Business (Lync) 2016 (Windows)
Rejoin audio in a meeting.
Conversation window

Alt + R


Microsoft Excel 2016 (Windows)
Toggle Right border
Select Cells - Border Shortcuts

Alt + R


Microsoft Excel 2010 (Windows)
Move the selected field into the Row area.
Pivot Tables

Alt + R


Clink (Windows)
revert-line
BASH (GNU Readline) Line Editing

Alt + R


Microsoft Excel 2016 (Windows)
Toggle Right border
Format Cells - Border Shortcuts

Alt + R


Autodesk Maya 2017 (Windows)
Toggle Reflection on or off
Painting Operation

Alt + R


Microsoft PowerPoint 2016 (Windows)
Review tab
Tab Selection

Alt + R


Microsoft Outlook 2016 (Windows)
Remove a selected field from the Fields box
People: Electronic Business Cards

Alt + R


Microsoft Excel 2016 (Windows)
Toggle Right border
Formulas - Border Shortcuts

Alt + R


CINEMA 4D (Windows)
Ripple Edit
Animation Timeline

Alt + R


CINEMA 4D (Windows)
Interactive Render Region
Rendering

Alt + R


Microsoft Excel 2016 (Windows)
Toggle Right border
Manage Workbooks - Border Shortcuts

Alt + R


Wondershare Editor (Windows)
Record voice over
Editing

Alt + R


Microsoft Word 2016 (Windows)
Review tab
Access Shortcut

Alt + R


Microsoft Excel 2016 (Windows)
Toggle Right border
Excel Auto Tables and Data Forms - Border Shortcuts

Alt + R


Bash (Linux)
Cancel Changes and Put Back the Line
Editing

Alt + R


Autodesk Mudbox 2017 (Windows)
Re-import a paint layer (image) of the 3D View updated in Photoshop.
File Input and Output

Alt + R


Daz 3D Carrara 8 (Windows)
Right Camera
Application - View

Alt + R


Daz 3D Bryce 7 (Windows)
Random Replicate
General Editing

Alt + R


SharePoint 2016 (Windows)
Activate the Show a graphical summary of responses link
Survey Page

Alt + R


Blender 3D (Windows)
Clear Rotation
Object Mode

Alt + R


Steinberg Cubase 9 (Windows)
Read automation for all tracks on/off
Automation

Alt + R


ACDSee (Windows)
Open Rename Dialog Box
View Mode

Alt + R


Daz 3D Carrara 8 (Windows)
Right Camera
Spline Modeler - View

Alt + R


Daz 3D Carrara 8 (Windows)
Right Camera
Vertex Modeler - View

Alt + R


Final Fantasy XV (Windows)
Reply (Repeat to Cycle Through PCs)
Chat

Alt + R


IBM Maximo (Windows)
Reports
Navigation Shortcuts

Alt + R


MusicBee (Windows)
Rip CD
Tools

Alt + R


IBM Maximo (Windows)
Return
Navigation Shortcuts

Alt + R


eSignal (Windows)
Fibonacci Retracement
49 Shortcuts for eSignal (Windows)

Alt + R


Synfig (Windows)
Select Rectangle Tool
73 Shortcuts for Synfig (Windows)

Alt + R


Creo Parametric (Windows)
Render
26 Shortcuts for Creo Parametric (Windows)

Alt + R


SolidWorks (Windows)
Edit dimension properties
Miscellaneous Shortcuts

Alt + R


War Thunder (Tank)
Switch radar search on / off
Weaponry

Alt + R


Exact Audio Copy
Record WAV
Tools menu

Alt + R


Mastercam (Windows)
Edit last operation
53 Shortcuts for Mastercam (Windows)

Alt + R


Modo (Windows)
Brings up the last tool used, ignoring UI interactions and selections
General/System

Alt + R


Sitecore CMS
Review
Activating Content Editor Tabs

Alt + R


i3 (window manager)
Resize mode
Modifying windows

Alt + R


SAP Web IDE (Windows)
Move to the tab on the right
47 Shortcuts for SAP Web IDE (Windows)

Alt + R


Roblox Studio
Jump to Rotate increment field
Selecting and Editing Parts

Alt + R


AMD Radeon ReLive
Open Radeon Overlay for in-game configuration
General

Alt + R


Maxwell Render (Windows)
Toggle region
Viewport

Alt + R


WinRAR
Repair archive
Tools menu

Alt + R


Gmsh 4.1.4
Loop through range modes for visible post-pro views
General

Alt + R


NetHack
Rub
Magic

Alt + R


GeoGebra
Square-root symbol: √
Windows shortcuts

Alt + R


Start Menu 8
Run
General

Alt + R


FastMail
Reply to sender
Message actions

Alt + R


Siemens NX
Advanced result view
View menu

Alt + R


Adobe Illustrator
Insert registered trademark symbol
Work with type

Alt + R


Adobe Bridge CC
Open all in camera raw
Slideshow or review mode

Alt + R


Bash (Unix shell)
Revert any changes to a command you've called from your history, if you've edited it
Command history

Alt + R


DataQuest
Restore initial code
Windows / Linux

Alt + R


SharePoint
Activate the Show a graphical summary of responses link
Survey page

Alt + R


Twitch
Toggle visibility of the right chat panel
Live broadcasts

Alt + R


Microsoft Word 2016
To use Spell Check, set proofing languages, or to track and review changes to your document, open the Review tab
Ribbon: Access keys

Alt + R


Arch Linux
Restore all changes made to line
Terminal: Readline

Alt + R


Microsoft PowerPoint (Creating presentations)
Open the Review tab
Frequently used shortcuts

Alt + R


Ardour
Reverse
Region Operations

Alt + R


Maple
Open Format Menu
Menu accelerators

Alt + R


Tumblr
Fast reblog a post (Use with <keybs>J</keybs> and <keybs>K</keybs> keys)
Posting (Windows)

Alt + R


Midnight Commander
move the selection bar to the middle visible entry in the panel
File panel actions

Alt + R


Git Tower (Windows)
Show Repositories view
Moving between views

Alt + R


Qt Creator
Play last macro
Editing

Alt + R


League of Legends
Cast champion's ultimate ability on self (must be a support spell)
General

Alt + R


REAPER
File: Revert file (MIDI file mode only)
Section: MIDI Event List Editor

Alt + R


ACDSee
Opens the Rename File dialog box
General

Alt + R


Microsoft Excel 2016
Open the Review tab and check spelling, add comments, and protect sheets and workbooks
Ribbon: Access keys for tabs

Alt + R


The Bat!
Right alignment
Message Editor

Alt + R


Blender
Clear rotation
Object mode

Alt + R


PuTTY
Recall command
Alt key bound

Alt + R


AIMP
Rename playlist
Working with Playlist

Alt + R


MusicBee
Rip CD
General

Alt + R


Outlook 2016 and Outlook 2013
Remove a selected field from the Fields box
People: in the Electronic Business Cards dialog box

Alt + R


Microsoft Visual Studio 2017 (All shortcuts)
Image.RectangleTool
VC Image Editor

Alt + R


SketchUp
Rotate tool
Misc.

Alt + R


Notepad2
Remove blank lines
Block

Alt + R


Nano
Replace a string or a regular expression
Editing

Alt + R