Created
December 24, 2020 19:05
-
-
Save remlapmot/c5d5342381de3d53dbfac7c35bc96eb3 to your computer and use it in GitHub Desktop.
Keyboard shortcuts for VS Code; %appdata%/code/user
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 override the defaultsauto[] | |
| [ | |
| { | |
| "key": "ctrl+enter", | |
| "command": "workbench.action.terminal.runSelectedText" | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment