Update keybindings.json

This commit is contained in:
lianghongkey 2019-08-27 14:02:38 +08:00 committed by GitHub
parent 6fc91d628c
commit f84ae79e07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 2 deletions

View File

@ -132,12 +132,12 @@
"command": "workbench.action.zoomOut"
},
{
"key": "ctrl+[",
"key": "ctrl+shift+[",
"command": "editor.foldAll",
"when": "editorTextFocus"
},
{
"key": "ctrl+]",
"key": "ctrl+shift+]",
"command": "editor.unfoldAll",
"when": "editorTextFocus"
},
@ -309,4 +309,14 @@
"command": "workbench.action.terminal.findPreviousTerminalFocus",
"when": "terminalFindWidgetFocused"
},
{
"key": "ctrl+]",
"command": "workbench.action.nextEditor",
"when": "editorFocus"
},
{
"key": "ctrl+[",
"command": "workbench.action.previousEditor",
"when": "editorFocus"
},
]