Skip to content

Instantly share code, notes, and snippets.

@arvinsim
Last active April 13, 2017 07:21
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 arvinsim/77a207568147f7b2c0aa6d543a3ca445 to your computer and use it in GitHub Desktop.
Save arvinsim/77a207568147f7b2c0aa6d543a3ca445 to your computer and use it in GitHub Desktop.
Visual Studio Code Keybindings
// 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