Last active
October 23, 2016 13:55
-
-
Save tonysneed/dc088f37cb63419b71a43eebb9174de0 to your computer and use it in GitHub Desktop.
VS Code Keyboard Shortcuts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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