Files
home/.vscode/keybindings.json
T
2026-06-22 12:21:21 +02:00

10 lines
198 B
JSON

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