Update keybindings.json
This commit is contained in:
parent
b04abf042f
commit
740391a32e
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue