Skip to content

Instantly share code, notes, and snippets.

@jhchabran
Created September 10, 2012 21:39
Show Gist options
  • Save jhchabran/3694085 to your computer and use it in GitHub Desktop.
Save jhchabran/3694085 to your computer and use it in GitHub Desktop.
Dota 2 configs
dota_screen_shake "0"
dota_minimap_hero_size "700"
dota_apm
bind "g" dota_recent_event
alias "+range" "dota_range_display 1200"
alias "-range" "dota_range_display 0"
bind "1" "+range"
alias "sfrangeQ" "dota_range_display 200;alias sfrange sfrangeW"
alias "sfrangeW" "dota_range_display 450;alias sfrange sfrangeE"
alias "sfrangeE" "dota_range_display 700;alias sfrange sfrange0"
alias "sfrange0" "dota_range_display 0;alias sfrange sfrangeQ"
alias "n" "sfrange"
bind "F8" "exec autoexec.cfg" // Executes this autoexec again
bind "F11" "toggleconsole" // Open Console
bind "y" "say_team miss top"
bind "n" "say_team miss bottom"
bind "h" "say_team miss mid"
bind "u" "say_team re"
bind "j" "say_team b"
bind "," "say_team care"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment