KeyBindr
Map your own →
Categories
0 keys assigned
Hotkey Summary

No hotkeys loaded.

VS Code Keyboard Shortcuts

Browse Visual Studio Code keyboard shortcuts on an interactive keyboard map. File management, editing, navigation, terminal, and debugging — free on KeyBindr, no signup required.

44 shortcuts · interactive map above · map your own on KeyBindr · browse all templates

Tool / Mode

F1
Command Pal. — Show Command Palette
F5
Start/Cont. — Start / continue debugging
F9
Breakpoint — Toggle breakpoint
F10
Step Over — Step over

File / Save

Ctrl + N
New File — New untitled file
Ctrl + O
Open File — Open file…
Ctrl + S
Save — Save file
Ctrl + W
Close Tab — Close editor tab
Ctrl + P
Quick Open — Quick Open, Go to File…
Ctrl + Shift + T
Reopen Tab — Reopen closed editor

Edit / Undo

Ctrl + X
Cut — Cut line (empty selection)
Ctrl + C
Copy — Copy line (empty selection)
Ctrl + V
Paste — Paste
Ctrl + Z
Undo — Undo last action
Ctrl + Y
Redo — Redo
Ctrl + Enter
Line Below — Insert line below
Ctrl + Shift + K
Delete Line — Delete line
Ctrl + /
Line Comment — Toggle line comment
Ctrl + ]
Indent — Indent line
Ctrl + [
Outdent — Outdent line
F2
Rename — Rename symbol
Ctrl + .
Quick Fix — Quick Fix
Ctrl + Space
Suggest — Trigger IntelliSense suggestion
Ctrl + F
Find — Find in file
Ctrl + H
Replace — Find and replace
F3
Find Next — Find next match

View / Zoom

Ctrl + \
Split Editor — Split editor
Ctrl + B
Sidebar — Toggle Sidebar visibility
Ctrl + `
Terminal — Toggle integrated terminal
F11
Full Screen — Toggle full screen
Ctrl + =
Zoom In — Zoom in
Ctrl + -
Zoom Out — Zoom out
Ctrl + Shift + E
Explorer — Show Explorer / Toggle focus
Ctrl + Shift + M
Problems — Show Problems panel
Ctrl + 1
Group 1 — Focus 1st editor group
Ctrl + 2
Group 2 — Focus 2nd editor group

Selection

Ctrl + D
Select Next — Add selection to next Find match
Ctrl + L
Select Line — Select current line
Ctrl + U
Undo Cursor — Undo last cursor operation

Movement

Ctrl + G
Go to Line — Go to line number
Home
Line Start — Go to beginning of line
End
Line End — Go to end of line
F12
Go to Def. — Go to definition
F8
Next Error — Go to next error or warning