Update keybindings.json

This commit is contained in:
lianghongkey 2019-11-02 12:06:29 +08:00 committed by GitHub
parent 1c00bbe212
commit b3ca9f64e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -330,12 +330,12 @@
{ {
"key": "ctrl+shift+]", "key": "ctrl+shift+]",
"command": "workbench.action.nextEditor", "command": "workbench.action.nextEditor",
"when": "editorTextFocus || editorFocus" "when": "!terminalFocus"
}, },
{ {
"key": "ctrl+shift+[", "key": "ctrl+shift+[",
"command": "workbench.action.previousEditor", "command": "workbench.action.previousEditor",
"when": "editorTextFocus || editorFocus" "when": "!terminalFocus"
}, },
{ {
"key": "ctrl+shift+w", "key": "ctrl+shift+w",