Update keybindings.json

This commit is contained in:
lianghongkey 2019-11-02 11:34:47 +08:00 committed by GitHub
parent 27372e7d53
commit 99a4e27b21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -371,4 +371,9 @@
"command": "workbench.action.terminal.focusAtIndex6",
"when": "terminalFocus"
},
{
"key": "ctrl+shift+e",
"command": "workbench.files.action.focusOpenEditorsView",
"when": "workbench.explorer.openEditorsView.active"
},
]