Movement Commands
See also: CS2 tools, guides, skins database, cases, weapon stats, pro player settings, map callouts, console commands.
Commands related to player movement, jumping, and crouching. See the full CS2 console command list, or build a config with the autoexec generator, bind generator and practice config generator.
All Movement Commands (16)
+forwardMove forward (default: W)
+backMove backward (default: S)
+moveleftStrafe left (default: A)
+moverightStrafe right (default: D)
+jumpJump (default: Space)
+duckCrouch/duck (default: Ctrl)
+sprintWalk/shift-walk for silent movement (default: Shift)
cl_forcepreloadRemoved in CS2 — the CS:GO preload cvar no longer exists and setting it does nothing. Asset streaming is automatic in Source 2
sv_autobunnyhoppingAuto-bunny hop when holding jump (hold space)
sv_enablebunnyhoppingRemove bunny hop speed cap
sv_maxspeedMaximum player movement speed
sv_stamina_maxMaximum stamina penalty (affects jump height)
sv_stamina_recovery_rateRate at which stamina recovers
sv_staminajumpcostStamina cost per jump
sv_wateraccelerateWater acceleration speed
cl_showposDisplay position and velocity overlay (useful for movement practice)
Other Command Categories
Frequently Asked Questions
- How many movement commands are there in CS2?
- There are 16 movement commands in CS2. 9 can be used in any game mode, and 7 require sv_cheats 1.
- Which movement commands require sv_cheats?
- 7 of the 16 movement commands require sv_cheats 1. These are only usable in private servers or offline practice mode and are blocked in competitive matchmaking.
- How do I use movement commands in CS2?
- Open the developer console by pressing the tilde key (~). If it does not open, enable it in Settings > Game > Enable Developer Console. Then type the command and press Enter. You can add these commands to your autoexec.cfg for them to run automatically on launch.
- How do I save console commands permanently?
- Create an autoexec.cfg file in your CS2 cfg folder (Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg/) and add your commands there. End the file with host_writeconfig. These commands run automatically every time CS2 launches.