Skip to content

VS Code Shortcuts

DescriptionShortcut
Command PaletteF1 or Ctrl + Shift + P
Toggle Zen ModeView, Toggle zen mode
Split editor 1, 2Ctrl + 1, 2, etc.
DescriptionShortcut
Change open editor (like Edge, Firefox tab change)Ctrl + Tab
DescriptionShortcut
Toggle word wrapAlt + z
Select - Box multi lineCtrl + Alt + Shift
Select - Multi lineCtrl + Alt
Indent - line, selected regionTab
Indent - reduce indentShift + Tab
DescriptionShortcut
Go to/search for filesCtrl + p
Find in current fileCtrl + f
Find and ReplaceCtrl + h
Clear file cacheClear editor history
DescriptionShortcut
Search text in filesCtrl + Shift + F
Open/Go to File ExplorerCtrl + Shift + e
Close primary left panelCtrl + B
DescriptionShortcut
Go to Recent DirectoryCtrl + G (use Ctrl + Alt + G to send Ctrl + G to term)
Run Recent CommandCtrl + Alt + G (like term Ctrl + R)
Open Detected LinksCtrl + Shift + O
Send SIGINTCtrl + C, Ctrl + C (Second one used in case there is a selection activated)
Toggle TerminalCtrl + `
DescriptionShortcut
Toggle ProblemsCtrl + Shift + m

Similar to vim keybindings

DescriptionShortcut
Run current cellCtrl + Enter
Run current cell and go to nextShift + Enter
Enter command mode from insert modeEsc
DescriptionShortcut
Enter insert mode with cell selectedEnter
Add cell above/below (command mode)a/b
Select code cell above/belowk/j or arrows
Delete code celldd
Undo last changez
Switch cell type for Markdownm
Switch cell type for Codey
Mode selected cell up or downAlt + arrows
DescriptionShortcut
See previewAlt + d