Add key bindings for zooming in text
This commit is contained in:
parent
40e17a5c55
commit
b08a8e6cff
1 changed files with 21 additions and 1 deletions
|
@ -188,5 +188,25 @@
|
||||||
"key": "ctrl+l ]",
|
"key": "ctrl+l ]",
|
||||||
"command": "-latex-workshop.increment-sectioning",
|
"command": "-latex-workshop.increment-sectioning",
|
||||||
"when": "config.latex-workshop.bind.altKeymap.enabled && editorTextFocus && !editorReadonly && editorLangId == 'latex'"
|
"when": "config.latex-workshop.bind.altKeymap.enabled && editorTextFocus && !editorReadonly && editorLangId == 'latex'"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+9",
|
||||||
|
"command": "-workbench.action.lastEditorInGroup"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+9",
|
||||||
|
"command": "editor.action.fontZoomIn"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+8",
|
||||||
|
"command": "editor.action.fontZoomOut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+0",
|
||||||
|
"command": "editor.action.fontZoomReset"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+shift+0",
|
||||||
|
"command": "workbench.action.zoomReset"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue