Update keybindings.json

This commit is contained in:
lianghongkey 2019-06-27 16:56:13 +08:00 committed by GitHub
parent b84f547798
commit 9cec939da1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 23 deletions

View File

@ -17,16 +17,6 @@
"key": "ctrl+t",
"command": "workbench.action.showAllSymbols"
},
{
"key": "ctrl+]",
"command": "editor.unfold",
"when": "editorTextFocus"
},
{
"key": "ctrl+[",
"command": "editor.fold",
"when": "editorTextFocus"
},
{
"key": "ctrl+w",
"command": "workbench.action.closeWindow",
@ -149,27 +139,17 @@
"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"
},
{
"key": "ctrl+r",
"command": "workbench.action.openRecent"
},
{
"key": "ctrl+shift+[",
"key": "ctrl+[",
"command": "editor.foldAll",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+]",
"key": "ctrl+]",
"command": "editor.unfoldAll",
"when": "editorTextFocus"
},