Quick Reference
VS Code & PC Productivity
The shortcuts that accelerate my workflow and make the mouse almost unnecessary.
I used to use the mouse for every file type and every search. Today I know: Every time the hand leaves the keyboard, the "flow" breaks.
This list contains the essential shortcuts that I use daily. They've become second nature and save me hours every week.
🔍 Navigation & Search
Quick SearchOpens any file in the project instantly.
CTRL+P
Command PaletteAccess all functions and settings.
CTRL+Shift+P
Switch Between TabsJump quickly between open files.
CTRL+Tab
Open/Close TerminalSwitch to the integrated terminal in a flash.
CTRL+Shift+Ö
New WindowOpens a brand new VS Code instance.
CTRL+Shift+N
New TabCreates a new file or browser tab.
CTRL+T
✨ Editor Magic
CopyCopies the current line or selected text.
CTRL+C
PastePastes content from the clipboard.
CTRL+V
Cut / DeleteDeletes the line and copies it to clipboard.
CTRL+X
SaveThe most important shortcut for every developer.
CTRL+S
Format CodeAutomatically indents your code cleanly (Prettier/Default).
Shift+Alt+F
Comment LineToggles comment characters.
CTRL+#
Delete Line (Hard)Removes the current line completely without copying.
CTRL+Del
Multi-Cursor (Next)Marks the next occurrence of the selected word.
CTRL+D
HTML BoilerplateCreates HTML5 boilerplate instantly via Emmet.
!+TAB
View SourceOpens the source code of the current page.
CTRL+U
💻 Windows / System
Clipboard HistoryAccess everything you recently copied.
Windows+V
Windows ExplorerOpens the file manager instantly.
Windows+E
Expert SettingsQuick access to Device Manager, PowerShell and more.
Windows+X
System SettingsOpens the Windows Settings menu.
Windows+I
Lock PCLocks the screen immediately (important in the office!).
Windows+L
Action CenterOpens Quick Settings and Notifications.
Windows+A
Show DesktopMinimizes all windows instantly.
Windows+D
💡
Pro-Tip for VS Code: With CTRL + Shift + P you can search for commands whose shortcut you forgot. Just type what you want to do!