Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 241 Bytes

vscode.md

File metadata and controls

27 lines (18 loc) · 241 Bytes

VS Code Key shortcuts

Windows

  • Close a tab:
  Ctrl + W
  • Comment a line/ block of code:
  Ctrl + /
  • Indent a line/ block of code:
  Tab 
  • Unindent a line/ block of code:
  Shift + Tab