Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Created December 24, 2020 19:05
Show Gist options
  • Save remlapmot/c5d5342381de3d53dbfac7c35bc96eb3 to your computer and use it in GitHub Desktop.
Save remlapmot/c5d5342381de3d53dbfac7c35bc96eb3 to your computer and use it in GitHub Desktop.
Keyboard shortcuts for VS Code; %appdata%/code/user
// 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