Place your key bindings in the keybindings.json file to overwrite the defaults:
[
{
"key": "cmd+k",
"command": "workbench.action.terminal.clear",
"when": "terminalFocus"
}
]
Place your key bindings in the keybindings.json file to overwrite the defaults:
[
{
"key": "cmd+k",
"command": "workbench.action.terminal.clear",
"when": "terminalFocus"
}
]