bind mwheelup +jump
Include mhwheeldown and spacebar to jump
If you want to include the mouse wheel down and the spacebar to jump, copy and paste this command line:
bind mwheelup +jump; bind mwheeldown +jump; bind space +jump
bind mwheelup +jump; bind mwheeldown +jump; bind space +jump
Unbind jump key
To remove the jump bind from the scroll wheel or spacebar use one or more of the following commands:
unbind mwheelup +jump
unbind mwheeldown +jump
unbind space +jump