Last active
February 14, 2024 20:47
-
-
Save renatopp/a867a42ab2122f15e7befc1fee71ce9f to your computer and use it in GitHub Desktop.
My configuration for CSGO
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias "+boing" "+jump" | |
alias "+ding" "-attack; -attack2" | |
alias "+dong" "-jump" | |
bind space "+boing; +ding; +dong" | |
bind "MOUSE3" "player_ping"; | |
// hegrenade - slot6 | |
// flashbang - slot7 | |
// smokegrenade - slot8 | |
// decoy - slot9 | |
// molotov; incgrenade - slot10 | |
bind "4" "slot4;+lookatweapon;-lookatweapon;" | |
bind "z" "slot10;+lookatweapon;-lookatweapon;" | |
bind "x" "slot8;+lookatweapon;-lookatweapon;" | |
bind "c" "slot7;+lookatweapon;-lookatweapon;" | |
// bind "ALT" "r_cleardecals"; | |
r_fullscreen_gamma 1.9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment