initenv/vscode/keybindings.json

12 lines
230 B
JSON

// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+numpad_add",
"command": "editor.action.fontZoomIn"
},
{
"key": "ctrl+numpad_subtract",
"command": "editor.action.fontZoomOut"
}
]