fix
This commit is contained in:
parent
65369fcc4e
commit
3d2a9a9e20
|
@ -69,10 +69,6 @@
|
||||||
"key": "ctrl+shift+=",
|
"key": "ctrl+shift+=",
|
||||||
"command": "workbench.action.zoomIn"
|
"command": "workbench.action.zoomIn"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"key": "ctrl+shift+-",
|
|
||||||
"command": "workbench.action.zoomOut"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"key": "ctrl+2",
|
"key": "ctrl+2",
|
||||||
"command": "workbench.action.focusSecondEditorGroup"
|
"command": "workbench.action.focusSecondEditorGroup"
|
||||||
|
@ -148,5 +144,19 @@
|
||||||
{
|
{
|
||||||
"key": "ctrl+shift+r",
|
"key": "ctrl+shift+r",
|
||||||
"command": "workbench.action.reopenClosedEditor"
|
"command": "workbench.action.reopenClosedEditor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+shift+-",
|
||||||
|
"command": "workbench.action.zoomOut"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+[",
|
||||||
|
"command": "-editor.action.outdentLines",
|
||||||
|
"when": "editorTextFocus && !editorReadonly"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+]",
|
||||||
|
"command": "-editor.action.indentLines",
|
||||||
|
"when": "editorTextFocus && !editorReadonly"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue