All the best CS2 Binds

We have compiled a list of useful binds for you to use in-game like the jump throw bind or the grenade binds. They are ready to be copied and pasted to your autoexec.cfg.

To set up a bind, just hit that "Copy" button, then paste the command you copied into your developer console. If you're feeling fancy, you can grab a .cfg file to make it part of your autoexec and apply the bind.

Each bind's got its own page, where you can hide different versions and get the lowdown on how it works. Plus, we've tossed in some handy links to cool stuff on our site that might come in handy! 🚀

  • Grenade Binds CS2

    Commands to bind all the grenades (smokes, molotovs, flashbangs, he grenades, incendiaries...) in CS2 to keys of your choice. This allows you to quickly pull out the nade you need in the middle of a gunfight... Current default binds are:

    X - flashbang

    C - smoke grenade

    4 - HE grenade

    5 - molotov and incendiary grenade

    bind x "slot7"; bind c "slot8"; bind 4 "slot6"; bind 5 "slot10";
  • Jump Throw Bind CS2

    Adding a jumpthrow bind in CS2 allows you to throw long range smokes consistently. The bind jumps and releases the nade with a single button.

    1
    alias "+jumpaction" "+jump;";
    2
    alias "+throwaction" "-attack; -attack2";
    3
    alias "-jumpaction" "-jump";
    4
    bind v "+jumpaction;+throwaction;";
    Bound to: v
  • Quick Bomb Drop Bind

    Don't go alone with the bomb. This helpful bind drops the C4 instantly with a single keystroke, eliminating the need to manually switch to the bomb and drop it. Save precious seconds in clutch situations and pass the bomb to teammates faster.

    alias "+dpb" "slot3; slot5"; alias "-dpb" "slot3; slot5; drop"; bind b "+dpb"
    Bound to: b
  • Switch Hands Bind CS2

    Quickly switch between left and right hand weapon positions in CS2 with a single key bind for better visibility and comfort.

    bind capslock "switchhands"
    Bound to: capslock
  • Volume Toggle Bind

    Tired of teammates shooting a fully-loaded Negev at your head as soon as you spawn? Want to listen to music during FFA? This quick bind lets you instantly toggle your game volume between normal and quiet settings with a single button press.

    bind l "toggle volume 0.3 0.03"
    Bound to: l
  • Change Map Zoom Bind

    Adjust your minimap zoom on the fly with this simple bind. Change the radar scale to show as much or as little of the map as you need at any given time, giving you better situational awareness when you need it most.

    bind o "incrementvar cl_radar_scale 0 1 0.25"
    Bound to: o
  • Remove Blood Bind

    With a tap of a key, you can now keep your vision crystal clear and remove all blod decals from your screen.

    Unfortunately this bind is only available with sv_cheats unlike in CS:GO where we could use it in normal competitive and faceit matches.

    bind tab "sv_cheats 1; toggle r_csgo_render_decals"
    Bound to: tab
  • Smoke Lineup Crosshair

    Smoke lineups can get pretty complex and abstract at times. This bind instantly expands your crosshair to make lining up those tricky throws much easier. Toggle between your normal crosshair and a screen-sized one with a single key press.

    bind y "toggle cl_crosshairsize 1 1000"
    Bound to: y
  • Scroll Wheel Jump

    If you're trying to bunny-hop you already know this bind. Makes you player jump when you use your scroll wheel.

    bind mwheelup "+jump"
    bind mwheeldown "+jump"
  • Mute chat and radio binds

    Tired of chat spam and constant radio commands cluttering your screen? This bind instantly mutes both text chat and radio messages with one keystroke, giving you peace and quiet when you need to focus on the game.

    bind k "ignorerad; ignoremsg;"
    Bound to: k
  • Mute Team Voice Bind

    This bind allows you to quickly toggle team voice on and off with a single key press. Perfect for when you need to focus on the game or communicate with your team.

    bind t "voice_modenable_toggle"
    Bound to: t
  • Jump Duck Bind

    The jump duck bind in CS2 allows you to jump and duck simultaneously with a single key press, useful for advanced movement techniques.

    alias +jumpduck "+jump;+duck"
    alias -jumpduck "-jump;-duck"
    bind alt "+jumpduck"
    Bound to: alt
  • Jump Crouch Bind

    Jumping on tall boxes, bridges, and windows doesn’t require complex key combinations. All you have to do is crouch and then press jump to reach higher areas.

    alias "+hjump" "+jump; +duck"
    alias "-hjump" "-jump; -duck"
    bind space "+hjump"
    Bound to: space
  • Increase Volume When Shifting Bind

    This clever bind automatically boosts your game volume when you press shift, making it easier to hear enemy footsteps and sound cues while you're sneaking around. Perfect for those tense moments when you need to listen carefully without cranking your speakers to max.

    alias +shiftVol "incrementvar volume 0 1 0.5;+sprint"
    alias -shiftVol "incrementvar volume 0 1 -0.5;-sprint"
    bind shift +shiftVol
    Bound to: shift
  • Fake Flash Bind

    Ever wish you could shout 'Fire in the hole!' without actually lighting the fuse?

    This helpful bind will drop de bomb without the need of you switching to it and dropping it manually

    bind t "use weapon_knife; use weapon_p250; use weapon_hkp2000; use weapon_glock; use weapon_tec9; use weapon_fiveseven; use weapon_deagle; drop"
    Bound to: t

A bind in CS is the connection between a key on your keyboard or mouse and an in-game function. In Counterstrike endless commands can be defined to maximize the potential and to execute things faster. The default binds in the game are enough for casual playing, but sometimes that isn’t enough.

CS Keyboard bind aliases

The following image shows the name of each key we can bind to some action ingame.

Keyboard bind aliases cs

Suggest a bind

Did we miss a bind? Follow the link below and submit it to CS Console so that everyone can use it.

Submit Bind