Update keybindings.json

This commit is contained in:
lianghongkey 2019-04-23 15:56:15 +08:00 committed by GitHub
parent 9e30881f97
commit e17280dee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -162,5 +162,15 @@
{
"key": "ctrl+r",
"command": "workbench.action.openRecent"
}
},
{
"key": "ctrl+shift+[",
"command": "editor.foldAll",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+]",
"command": "editor.unfoldAll",
"when": "editorTextFocus"
},
]