Skip to content

Instantly share code, notes, and snippets.

@7qasimaligujjar
Last active April 2, 2019 17:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 7qasimaligujjar/850c3bade11bec470313ec397c94d1b0 to your computer and use it in GitHub Desktop.
Save 7qasimaligujjar/850c3bade11bec470313ec397c94d1b0 to your computer and use it in GitHub Desktop.
Here are some of the shortcuts of visual studio code for windows and mac

Shortcuts

Shorcut Functionality
Ctrl+Shift+P Open Command Pallete
Ctrl+Shift+N Open New Window
Ctrl+W CLose Window
Ctrl+P Quick File Open
Ctrl+, Access Settings
Ctrl+N New File
Ctrl+O Open File
Ctrl+Shift+S Save as
Ctrl+S Save
Ctrl+F4 Close File
Ctrl+Tab Scroll next
Ctrl+Shift+Tab Scroll prev
Ctrl++ Zoom in
Ctrl+- Zoom out
Ctrl+B Toggle Sidebar
Ctrl+\ Split Editor
Ctrl+' Toggle Terminal
Ctrl+C Copy
Ctrl+V Paste
Ctrl+X Cut

General Instruction

For mac, replace "Ctrl" with "cmd" and "Alt" with "option"

Acknowlegement

Links

Official List of all commands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment