Merge branch 'master' of https://github.com/lianghongkey/vscodesetting
This commit is contained in:
commit
64dd76cf17
|
@ -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