This commit is contained in:
colin 2019-04-09 19:49:23 +08:00
parent 65369fcc4e
commit 3d2a9a9e20
1 changed files with 14 additions and 4 deletions

View File

@ -69,10 +69,6 @@
"key": "ctrl+shift+=",
"command": "workbench.action.zoomIn"
},
{
"key": "ctrl+shift+-",
"command": "workbench.action.zoomOut"
},
{
"key": "ctrl+2",
"command": "workbench.action.focusSecondEditorGroup"
@ -148,5 +144,19 @@
{
"key": "ctrl+shift+r",
"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"
}
]