Last active
April 13, 2017 07:21
-
-
Save arvinsim/77a207568147f7b2c0aa6d543a3ca445 to your computer and use it in GitHub Desktop.
Visual Studio Code Keybindings
This file contains 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": "cmd+k cmd+p", | |
"command": "python.execInTerminal", | |
"when": "editorTextFocus" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment