Skip to content

Instantly share code, notes, and snippets.

@atwright147
Created November 10, 2022 14:16
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 atwright147/2d8434a924099a992f1e63baa63499a5 to your computer and use it in GitHub Desktop.
Save atwright147/2d8434a924099a992f1e63baa63499a5 to your computer and use it in GitHub Desktop.
VSCode Keyboard Shortcuts
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "shift+alt+enter",
"command": "editor.emmet.action.wrapWithAbbreviation"
},
{
"key": "shift+alt+cmd+enter",
"command": "editor.emmet.action.wrapIndividualLinesWithAbbreviation"
},
{
"key": "cmd+k",
"command": "workbench.debug.panel.action.clearReplAction",
"when": "inDebugRepl"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment