Skip to content

Instantly share code, notes, and snippets.

@natterstefan
Created February 11, 2020 11:51
Show Gist options
  • Save natterstefan/1ab03703b3ed405ab5b525ce25f6f90e to your computer and use it in GitHub Desktop.
Save natterstefan/1ab03703b3ed405ab5b525ce25f6f90e to your computer and use it in GitHub Desktop.
VS Code | Increase and decrease Workbench Command
[
{
"key": "shift+cmd+j",
"command": "workbench.action.increaseViewSize",
},
{
"key": "shift+cmd+k",
"command": "workbench.action.decreaseViewSize",
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment