Skip to content

Instantly share code, notes, and snippets.

@krmgns
Last active November 2, 2019 22:12
Show Gist options
  • Save krmgns/0f7ca7b8570978131cc163433ed85e35 to your computer and use it in GitHub Desktop.
Save krmgns/0f7ca7b8570978131cc163433ed85e35 to your computer and use it in GitHub Desktop.
Default (Linux).sublime-mousemap
[
// 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