Skip to content

Instantly share code, notes, and snippets.

@johnpapa
Created October 13, 2015 01:19
Show Gist options
  • Save johnpapa/28029c08818ff816ecba to your computer and use it in GitHub Desktop.
Save johnpapa/28029c08818ff816ecba to your computer and use it in GitHub Desktop.
Getting back the standard CMD+= zoom in VS Code
{
"key": "cmd+=",
"command": "workbench.action.zoomIn"
},
{
"key": "cmd+-",
"command": "workbench.action.zoomOut"
}
@johnpapa
Copy link
Author

add this to your keybindings.json file

@oshalygin
Copy link

Sweet thanks! It was a very sneaky change haha.

@madstt
Copy link

madstt commented Oct 13, 2015

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment