Keyboard Shortcuts (for macOS)

  • Split Terminal: ⌘+\ (workbench.action.splitEditor)
  • Close Current File: ⌘+W (workbench.action.closeActiveEditor”)
  • Find in open file: ⌘+F (actions.find)
  • Show Search Toolbar: ⌘+⇧+F (workbench.view.search)
  • Focus on Explorer View: ⇧+⌘+E (workbench.view.explore)

CLI Commands

  1. code --diff <old_file> <new_file>
    • Opens VSCode and displays a side-by-side diff view of the two files