Created
November 10, 2022 14:16
-
-
Save atwright147/2d8434a924099a992f1e63baa63499a5 to your computer and use it in GitHub Desktop.
VSCode Keyboard Shortcuts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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