Files
Virtual-Box/.config/Code/User/keybindings.json
2025-12-02 16:27:21 +00:00

10 lines
198 B
JSON

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