Skip to content

Instantly share code, notes, and snippets.

@erikcc02
erikcc02 / keybindings.json
Last active May 9, 2022 13:44
[Calva and Terminal] Keybindings of external keyboard MAC for VS Code
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "cmd+enter",
"command": "calva.evaluateSelection",
"when": "calva:connected && calva:keybindingsEnabled && editorTextFocus && !suggestWidgetVisible && editorLangId == 'clojure'"
},
{
"key": "cmd+c",
"command": "workbench.action.terminal.sendSequence",