From 2a3410e7efab7a9a079d7ed0f01d253e903de6af Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Sat, 7 Sep 2024 15:20:08 -0400 Subject: [PATCH] feat(vs): improve view resizing binds --- vscode/macos/keybindings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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+[",