Update keybindings.json

This commit is contained in:
lianghongkey 2019-09-02 17:42:29 +08:00 committed by GitHub
parent 88b1a32beb
commit cb33d58b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 8 deletions

View File

@ -145,14 +145,13 @@
}, },
{ {
"key": "ctrl+e", "key": "ctrl+e",
"command": "workbench.action.terminal.toggleTerminal", "command": "workbench.action.togglePanel",
"when": "terminalFocus" "when": "activePanel"
}, },
{ {
"key": "ctrl+e", "key": "ctrl+e",
"command": "workbench.action.toggleMaximizedPanel", "command": "workbench.action.toggleMaximizedPanel",
"when": "!terminalFocus || editorTextFocus" "when": "!activePanel"
}, },
{ {
"key": "ctrl+n", "key": "ctrl+n",
@ -327,9 +326,5 @@
"key": "ctrl+shift+[", "key": "ctrl+shift+[",
"command": "workbench.action.previousEditor", "command": "workbench.action.previousEditor",
"when": "editorFocus" "when": "editorFocus"
},
{
"key": "ctrl+shift+f9",
"command": "workbench.action.toggleMaximizedPanel"
} }
] ]