更新 'keybindings.json'

This commit is contained in:
colin 2023-12-22 11:44:40 +08:00
parent eb27c8923d
commit 17e48ed019
1 changed files with 7 additions and 2 deletions

View File

@ -2,11 +2,11 @@
[
{
"key": "cmd+-",
"command": "editor.fold",
"command": "editor.foldRecursively",
},
{
"key": "cmd+=",
"command": "editor.unfold",
"command": "editor.unfoldRecursively",
},
{
"key": "cmd+shift+-",
@ -505,5 +505,10 @@
{
"key": "cmd+q",
"command": "-workbench.action.quit"
},
{
"key": "cmd+a cmd+s",
"command": "editor.unfoldRecursively",
"when": "editorTextFocus && foldingEnabled"
}
]