- Open Command Palette
⇧⌘PorF1 - Select
Preferences: Open Keyboard Shortcuts (JSON) keybindings.jsonwill opened- Add below
{
"key": "ctrl+alt+c",
"command": "workbench.action.terminal.sendSequence",
"args": {
"text": "\u0003"
},
"when": "terminalFocus"
}
- That's all
- Try it on the VSCode Terminal when you're running any node.js app
Good!