codium-settings/profiles/main/data/keybindings-macos.json

13 lines
366 B
JSON

// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "cmd+[Backquote]",
"command": "editor.action.commentLine",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+cmd+7",
"command": "-editor.action.commentLine",
"when": "editorTextFocus && !editorReadonly"
}
]