Update keybindings.json
This commit is contained in:
parent
9e30881f97
commit
e17280dee7
|
@ -162,5 +162,15 @@
|
||||||
{
|
{
|
||||||
"key": "ctrl+r",
|
"key": "ctrl+r",
|
||||||
"command": "workbench.action.openRecent"
|
"command": "workbench.action.openRecent"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+shift+[",
|
||||||
|
"command": "editor.foldAll",
|
||||||
|
"when": "editorTextFocus"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+shift+]",
|
||||||
|
"command": "editor.unfoldAll",
|
||||||
|
"when": "editorTextFocus"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue