Skip to content

Commit

Permalink
feat(vs): improve view resizing binds
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Sep 7, 2024
1 parent f3ff6bc commit 2a3410e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vscode/macos/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
{
"key": "shift+cmd+=",
"command": "workbench.action.increaseViewSize",
"when": "!editorFocus"
"when": "sideBarFocus || panelFocus"
},
{
"key": "shift+cmd+-",
Expand All @@ -93,7 +93,7 @@
{
"key": "shift+cmd+-",
"command": "workbench.action.decreaseViewSize",
"when": "!editorFocus"
"when": "sideBarFocus || panelFocus"
},
{
"key": "cmd+[",
Expand Down

0 comments on commit 2a3410e

Please sign in to comment.