dotfiles/vscode/keybindings.json
2023-11-20 11:21:08 -06:00

11 lines
234 B
JSON

// Place your key bindings in this file to override the defaults
[
{
"key": "alt+\\",
"command": "settings.cycle.inlineCopilot",
},
{
"key": "f10",
"command": "C_Cpp.BuildAndRunFile"
}
]