Skip to content

Instantly share code, notes, and snippets.

@oliverlabs
Last active January 5, 2024 11:41
Show Gist options
  • Save oliverlabs/1ee38ef324c83e77e336445de9e9acd2 to your computer and use it in GitHub Desktop.
Save oliverlabs/1ee38ef324c83e77e336445de9e9acd2 to your computer and use it in GitHub Desktop.
Useful shortcuts for VS Code

VS Code Shortcuts

This is a list of my most-used shortcuts. Official list can be found in the Key Bindings article here and in a PDF printout here.

  • Ctrl + B - Show/Hide File Explorer panel
  • Ctrl + ' - Show/Hide Terminal
  • Ctrl + Shift + K or Ctrl + X - Delete line
  • Shift + Alt + ↑/↓ - Copy line down
  • Alt + ↑/↓ - Move line up/down
  • Crtl + Alt + →/← - Move current tab to a Split Window Editor Left or Right
  • Alt + Shift + Mouse Drag - Multi-line cursor selection
  • Ctrl + [ or Ctrl + ] - Indent line left / right
  • Alt + Mouse Click - Select multiple lines
  • Ctrl + D - Highlight all occurrences of a word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment