Update keybindings.json

This commit is contained in:
lianghongkey 2020-03-03 15:39:20 +08:00 committed by GitHub
parent b04abf042f
commit 740391a32e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -317,10 +317,6 @@
"command": "workbench.action.previousEditor", "command": "workbench.action.previousEditor",
"when": "!terminalFocus" "when": "!terminalFocus"
}, },
{
"key": "ctrl+shift+w",
"command": "-workbench.action.closeWindow"
},
{ {
"key": "ctrl+1", "key": "ctrl+1",
"command": "workbench.action.terminal.focusAtIndex1", "command": "workbench.action.terminal.focusAtIndex1",
@ -385,7 +381,7 @@
"command": "workbench.action.toggleActivityBarVisibility" "command": "workbench.action.toggleActivityBarVisibility"
}, },
{ {
"key": "shift+cmd+w", "key": "ctrl+shift+w",
"command": "workbench.action.quickSwitchWindow" "command": "workbench.action.quickSwitchWindow"
} }
] ]