Skip to content

Instantly share code, notes, and snippets.

@sn0rk64
Last active August 4, 2019 15:42
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 sn0rk64/76b284a10fc6276f2d225c15b9797707 to your computer and use it in GitHub Desktop.
Save sn0rk64/76b284a10fc6276f2d225c15b9797707 to your computer and use it in GitHub Desktop.
vscode fast coding
Duplicate Lines
Shift + Option + Up Down Arrow Keys
Move line up or down
Alt / Option + Up Down Arrow Keys
Write on multiple lines (without mouse)
Shift + Option + Command + Up Down Arrow Keys
Write on multiple lines (with mouse)
Shift + Option + Mouse Click
Place cursor at multiple locations
Option + Mouse Click
Select multiple similar words with cursor at multiple locations
Command + D
Opening the same file in a new Tab
Command + \
Hiding the left Sidebar
Command + B
Goto Function / Variable Definition in new Tab
Command + Option + Click on it
Close Single Tab
Command + W
Open File by writing its Name
Command + P -> Write Name
Goto Line
Control + G -> Line Number
Open Terminal
Command + J
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment