Update keybindings.json
This commit is contained in:
parent
b04abf042f
commit
740391a32e
|
@ -317,10 +317,6 @@
|
|||
"command": "workbench.action.previousEditor",
|
||||
"when": "!terminalFocus"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+w",
|
||||
"command": "-workbench.action.closeWindow"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+1",
|
||||
"command": "workbench.action.terminal.focusAtIndex1",
|
||||
|
@ -385,7 +381,7 @@
|
|||
"command": "workbench.action.toggleActivityBarVisibility"
|
||||
},
|
||||
{
|
||||
"key": "shift+cmd+w",
|
||||
"key": "ctrl+shift+w",
|
||||
"command": "workbench.action.quickSwitchWindow"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue