Skip to content

Instantly share code, notes, and snippets.

@ryanbehdad
Last active June 26, 2020 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanbehdad/604c05f26aca15656b9acd8190aafa80 to your computer and use it in GitHub Desktop.
Save ryanbehdad/604c05f26aca15656b9acd8190aafa80 to your computer and use it in GitHub Desktop.
VS Code Keyboard Shortcuts

Useful VS Code Keyboard Shortcuts

  • Ctrl + R Switching workspaces
  • Ctrl + P Go to file
  • Ctrl+B Toggle Sidebar Visibility
  • F4 Focus Next Search Result
  • Shift+F4 Focus Previous Search Result
  • Ctrl+` Toggle Integrated Terminal
  • Ctrl+Space Auto-complete
  • Crtl + Alt + up (or down): repeat cursor
  • ALT + CLICK — Repeat cursor
  • shift+alt+right Select everything between matching brackets
  • Ctrl+Shift+[ Fold (collapse) region
  • Ctrl+Shift+] Unfold (uncollapse) region
  • Ctrl + Shift + P (F1) command pallete
  • CTRL + | — Split editor
  • CTRL + G — jump to line
  • Ctrl + Shift + E Open Explorer
  • Ctrl+C Copy line (empty selection)
  • Ctrl+Shift+K Delete Line
  • Alt+Down Move Line Down
  • Ctrl+U Undo last cursor operation
  • Ctrl+K Z Toggle Zen Mode
  • Escape Escape Leave Zen Mode
  • Ctrl+= Zoom in
  • Ctrl+- Zoom out
  • Ctrl+Numpad0 Reset Zoom
  • Ctrl+Shift+C Open New Command Prompt
  • Ctrl+Shift+F Show Search
  • Ctrl+K Ctrl+S Open Keyboard Shortcuts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment