Files
home/.vscode/keybindings.json
T

10 lines
198 B
JSON
Raw Normal View History

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