Created
January 15, 2026 13:43
-
-
Save LCamel/16726b689551459cb36be79007d1202f to your computer and use it in GitHub Desktop.
VS Code terminal key mapping: user_data_dir/User/keybindings.json
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
| [ | |
| { | |
| "key": "shift+enter", | |
| "command": "workbench.action.terminal.sendSequence", | |
| "args": { | |
| "text": "\u001b\r" | |
| }, | |
| "when": "terminalFocus" | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment