// 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"
}
]