code: change zoom in/out keybinds

This commit is contained in:
Guilherme Rugai Freire 2021-09-12 16:10:46 -03:00
parent a0fbe587d4
commit 0d449009c7
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

View File

@ -8,6 +8,34 @@
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+=",
"command": "-workbench.action.zoomIn"
},
{
"key": "ctrl+=",
"command": "editor.action.fontZoomIn"
},
{
"key": "ctrl+-",
"command": "editor.action.fontZoomOut"
},
{
"key": "ctrl+-",
"command": "-workbench.action.zoomOut"
},
{
"key": "ctrl+numpad_add",
"command": "-workbench.action.zoomIn"
},
{
"key": "ctrl+shift+-",
"command": "workbench.action.zoomOut"
},
{
"key": "ctrl+numpad_subtract",
"command": "-workbench.action.zoomOut"
},
// Remap Alt+Number to Ctrl+Number to switch tabs
{