Skip to content

Instantly share code, notes, and snippets.

@oboje
Created September 17, 2017 11:25
Show Gist options
  • Save oboje/72da9e7164b701454a4f16f021e961df to your computer and use it in GitHub Desktop.
Save oboje/72da9e7164b701454a4f16f021e961df to your computer and use it in GitHub Desktop.
keybindings.json
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+t",
"command": "openInTerminal.openIntegrated"
},
{
"key": "shift+cmd+t",
"command": "openInTerminal.openRootIntegrated"
},
{
"key": "cmd+r",
"command": "code-runner.run"
},
{
"key": "ctrl+alt+n",
"command": "-code-runner.run"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment