Bind mhwheelup to jump

CS2 players often use their mouse wheel up to jump instead of the spacebar because scrolling the mouse wheel helps get the timing right for bunny hops and strafe jumps. Be careful not to hit the mouse wheel just before shooting at an enemy, as this will mess up the weapon’s accuracy entirely.

To bind the mhwheelup to jump, open the console and copy-paste the following command: bind mwheelup +jump

bind mwheelup +jump
Copy to clipboard Copied!

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
Copy to clipboard Copied!

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

You might also like