Created
September 18, 2012 17:20
-
-
Save eighteyes/3744420 to your computer and use it in GitHub Desktop.
Enable Mouse Wheel Zoom in SublimeText 2 on MacOSX (Place in User Folder)
This file contains 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
[ | |
{ "button": "scroll_down", "modifiers": ["ctrl"], "command": "increase_font_size" }, | |
{ "button": "scroll_up", "modifiers": ["ctrl"], "command": "decrease_font_size" } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for OSx, the only file name that worked for me is
Default.sublime-mousemap
,under~/Library/Application Support/Sublime Text 3/Packages/User
this will ⌘ + scroll mouse, zoom in and zoom out