dotfiles/vscode/keybindings.json

11 lines
234 B
JSON
Raw Normal View History

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