Skip to content

Instantly share code, notes, and snippets.

@techthoughts2
Last active November 29, 2020 03:59
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 techthoughts2/5c3a1b111db32adda06d202cc73dc8bd to your computer and use it in GitHub Desktop.
Save techthoughts2/5c3a1b111db32adda06d202cc73dc8bd to your computer and use it in GitHub Desktop.
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+shift+c",
"command": "PowerShell.ShowAdditionalCommands",
"when": "editorLangId == 'powershell'"
},
{
"key": "ctrl+shift+l",
"command": "shellLauncher.launch"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment