Most professional Counter-Strike 2 players use the mouse wheel for jumping instead of the spacebar. Why? It is all about timing: when you scroll the wheel, you send dozens of jump requests per second to the game. This allows you to perfectly hit the moment of contact with the ground to perform a Bunnyhop (Bhop). In this guide, we will break down how to quickly set up the jump-to-wheel bind in CS2 via the console and settings.

How to bind jump to the wheel via settings

If you do not like working with the console, Valve has provided a simple way to change keys in the interface.

  1. Go to "Settings" -> "Keyboard and Mouse".
  2. Find the "Movement" -> "Jump" section.
  3. Click on the current key and scroll the mouse wheel up or down. Tip: We recommend keeping jump bound to both the Spacebar and the wheel. The Spacebar is convenient for Jumpthrow grenades (if you do not use a bind), while the wheel is best for movement.

Console commands for jump to wheel

Using the console (~) allows you to set everything up much faster and more accurately. Copy the necessary commands:

  • bind "mwheelup" "+jump": Jump when scrolling up.
  • bind "mwheeldown" "+jump": Jump when scrolling down.
  • bind "mwheelup" "+jump"; bind "mwheeldown" "+jump": Jump on both scroll directions at once. To remove the jump from the wheel if it interferes, use the command: unbind "mwheelup" or unbind "mwheeldown".

Why do you need the jump to wheel in CS2?

The main reason is Bunnyhop. In CS2, the sub-tick system has made bunnyhopping slightly more demanding regarding timing.

  • Movement smoothness: When you jump with the wheel, it is easier to maintain momentum after landing.
  • Overcoming obstacles: Jumping onto crates (for example, the "fire box" on Mirage) is much easier when you scroll the wheel instead of spamming the Spacebar.
  • Evasion: In situations where you are under fire, unpredictable jumps through bunnyhopping can save your life.

How to save binds forever?

Sometimes settings reset after restarting the game. To prevent this, add the commands to your autoexec.cfg.

  1. Go to the folder: \Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg.
  2. Create or open the autoexec.cfg file.
  3. Insert: bind "mwheeldown" "+jump", bind "mwheelup" "+jump".
  4. Save the file.