diff --git a/vscode/macos/keybindings.json b/vscode/macos/keybindings.json index 104a737..3a851d7 100644 --- a/vscode/macos/keybindings.json +++ b/vscode/macos/keybindings.json @@ -83,7 +83,7 @@ { "key": "shift+cmd+=", "command": "workbench.action.increaseViewSize", - "when": "!editorFocus" + "when": "sideBarFocus || panelFocus" }, { "key": "shift+cmd+-", @@ -93,7 +93,7 @@ { "key": "shift+cmd+-", "command": "workbench.action.decreaseViewSize", - "when": "!editorFocus" + "when": "sideBarFocus || panelFocus" }, { "key": "cmd+[",