Skip to content

Latest commit

 

History

History
236 lines (161 loc) · 1.8 KB

vscode-shortcut.md

File metadata and controls

236 lines (161 loc) · 1.8 KB

VSCode shortcuts for Windows

Open/View

Open Command Pallete

Shift+Ctrl+P

Access Settings

Ctrl+,

Toggle Terminal

Ctrl+`

Create New Terminal

Shift+Ctrl+`

Toggle Sidebar

Ctrl+B

Open New Window/Instance

Shift+Ctrl+N

Close Window

Ctrl+W

Working With Files

Sidebar Focus

Shift+Ctrl+E

Open File/Folder From Sidebar

Ctrl+Down

Change File Tabs

Ctrl+PageUP

Quick File Open

Ctrl+P

Open File From Explorer

Ctrl+O

New File

Ctrl+N

Save

Ctrl+S

Save As

Shift+Ctrl+S

Close File

Ctrl+W

Delete File

Ctrl+Delete

Reopen Files

Shift+Ctrl+T

Zoom

Ctrl++ # Zoom in
Ctrl+- # Zoom out

Spilt Editor

Ctrl+\

Code Editing

Go To Start & End Of Line

Ctrl+Right
Ctrl+Left

home
end

Move By Word

Alt+Right
Alt+Left

Go To Start & End Of File

Ctrl+Home
Ctrl+End

Cut, Copy & Past Line

Ctrl+X # Cut
Ctrl+C # Copy
Ctrl+V # Paste

Move Line Up & Down

Alt+Up
Alt+Down

Copy Line Up & Down

Shift+Alt+Up
Shift+Alt+Down

Remove Line

Shift+Ctrl+K

Insert Line

Ctrl+Enter # Insert below
Shift+Ctrl+Enter # Insert above

Jump To Matching Bracket

Shift+Ctrl+\

Add Line Comment

Ctrl+/

Add Block Comment

Shift+Alt+A

Highlight Code

Shift+Any Direction

Select Next Match

Ctrl+D

De-select Match

Ctrl+U

Add Cursor

Alt+Click

Go to Entity (Functions, vars, etc)

Ctrl+Shift+O

References