Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 492 Bytes

vscode.markdown

File metadata and controls

16 lines (11 loc) · 492 Bytes

fundamental

  • command palette: cmd+shift+p
  • view keyboard shortcuts: cmd-k cmd-s
  • change pane focus: shift-cmd-[ and shift-cmd-]
  • close a pane: cmd-w
  • move to explorer: shift-cmd-e
  • move to source control: shift-ctrl-g

command line

  • Use command palette (cmd+shift+p) to install code command, or
  • Add export PATH="\$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"

The first version creates a symlink and puts it in /usr/local/bin