Skip to content

Instantly share code, notes, and snippets.

@kellyfelkins
Created November 29, 2022 18:11
Show Gist options
  • Save kellyfelkins/266c3cc98185eb732f104c5470a0a523 to your computer and use it in GitHub Desktop.
Save kellyfelkins/266c3cc98185eb732f104c5470a0a523 to your computer and use it in GitHub Desktop.
useful vscode key bindings
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+alt+cmd+r",
"command": "exunit.runPrevious"
},
{
"key": "ctrl+alt+cmd+a",
"command": "exunit.runAll"
},
{
"key": "ctrl+alt+cmd+t",
"command": "exunit.runTest"
},
{
"key": "ctrl+alt+cmd+f",
"command": "exunit.runTestFile"
},
{
"key": "ctrl+shift+u",
"command": "editor.action.transformToUppercase"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment