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