Skip to content

Instantly share code, notes, and snippets.

@LCamel
Created January 15, 2026 13:43
Show Gist options
  • Select an option

  • Save LCamel/16726b689551459cb36be79007d1202f to your computer and use it in GitHub Desktop.

Select an option

Save LCamel/16726b689551459cb36be79007d1202f to your computer and use it in GitHub Desktop.
VS Code terminal key mapping: user_data_dir/User/keybindings.json
[
{
"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