Files
home/.config/Code/User/keybindings.json
T
2026-06-22 11:20:20 +02:00

10 lines
198 B
JSON

[
{
"key": "shift+enter",
"command": "workbench.action.terminal.sendSequence",
"args": {
"text": "\u001b\r"
},
"when": "terminalFocus"
}
]