Last active
November 2, 2019 22:12
-
-
Save krmgns/0f7ca7b8570978131cc163433ed85e35 to your computer and use it in GitHub Desktop.
Default (Linux).sublime-mousemap
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
Show hidden characters
[ | |
// Change font size with ctrl+scroll wheel | |
{ "button": "scroll_down", "modifiers": ["ctrl"], "command": "null" }, | |
{ "button": "scroll_up", "modifiers": ["ctrl"], "command": "null" } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment