Created
January 3, 2021 11:09
-
-
Save WANGJIEKE/1393ac161b0661e6f3d85f1ffd34c670 to your computer and use it in GitHub Desktop.
My CS:GO CFG
This file contains hidden or 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
bind mwheelup +jump | |
bind mwheeldown +jump | |
alias "+jumpthrow" "+jump;-attack"; | |
alias "-jumpthrow" "-jump"; | |
bind alt "+jumpthrow" | |
alias "+score_net_graph" "+showscores; net_graphheight 0"; | |
alias "-score_net_graph" "-showscores; net_graphheight 10000"; | |
bind tab "+score_net_graph" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment