Skip to content

Instantly share code, notes, and snippets.

@serhiiminin
Last active May 21, 2020 16:24
Show Gist options
  • Save serhiiminin/cdc98fbc9ed3979552bdafb481b8d657 to your computer and use it in GitHub Desktop.
Save serhiiminin/cdc98fbc9ed3979552bdafb481b8d657 to your computer and use it in GitHub Desktop.
my shortcuts for vs code
Shortcut Description
⌘K ⌘S Keyboard Shortcuts
⇧⌘P, F1 Show Command Palette
⌘P Quick Open, Go to File…
⌥↓ / ⌥↑ Move line down/up
⇧⌥↓ / ⇧⌥↑ Copy line down/up
Multi-cursor and selection
⌥ + click Insert cursor
⌥⌘↑ Insert cursor above
⌥⌘↓ Insert cursor below
⌘L Select current line
⇧⌘L Select all occurrences of current selection
Navigation
⌃G Go to Line...
⌃- / ⌃⇧- Go back/forward
⇧⌘T Reopen closed editor
⌃Tab / ⌃⇧Tab Open next / previous
⌘K P Copy path of active file
⌘K Z Zen Mode (Esc Esc to exit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment