Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Last active October 23, 2016 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonysneed/dc088f37cb63419b71a43eebb9174de0 to your computer and use it in GitHub Desktop.
Save tonysneed/dc088f37cb63419b71a43eebb9174de0 to your computer and use it in GitHub Desktop.
VS Code Keyboard Shortcuts
// Place your key bindings in this file to overwrite the defaults
[
{ "key": "shift+cmd+g", "command": "workbench.view.git" },
{ "key": "shift+cmd+x", "command": "workbench.action.tasks.terminate" },
{ "key": "cmd+.", "command": "editor.action.quickFix", "when": "editorTextFocus" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment