Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RandomArray/8bdb675eecf5d4ecf2787080b60ffa03 to your computer and use it in GitHub Desktop.
Save RandomArray/8bdb675eecf5d4ecf2787080b60ffa03 to your computer and use it in GitHub Desktop.
Disable scroll wheel text zoom in Sublime Text 4 - AutoHotKey Script
SendMode Input
#IfWinActive, ahk_exe sublime_text.exe
^WheelDown::return
^WheelUp::return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment