VSCode keybindings.json

Place your key bindings in the keybindings.json file to overwrite the defaults:

[
  {
    "key": "cmd+k",
    "command": "workbench.action.terminal.clear",
    "when": "terminalFocus"
  }
]