Created
October 13, 2015 01:19
-
-
Save johnpapa/28029c08818ff816ecba to your computer and use it in GitHub Desktop.
Getting back the standard CMD+= zoom in VS Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"key": "cmd+=", | |
"command": "workbench.action.zoomIn" | |
}, | |
{ | |
"key": "cmd+-", | |
"command": "workbench.action.zoomOut" | |
} |
Sweet thanks! It was a very sneaky change haha.
👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add this to your keybindings.json file