summary refs log tree commit diff
path: root/etc/tf/cfg/autoexec.cfg
blob: 987023f8998e92acb6dfb4b96964231d86f0976e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
cl_interp 0
bind = "exec autoexec"
bind p "record p; stop"
bind \ kill
bind ' explode
bind / toggle_duck
bind mouse2 +attack2
alias sens1 "sensitivity 1.7"
alias sens2 "sensitivity 1.7"
alias sens3 "sensitivity 2.5"
bind 1 "slot1; sens1"
bind 2 "slot2; sens2"
bind 3 "slot3; sens3"
bind mouse3 "voicemenu 2 6"
bind mouse4 "voicemenu 0 7"
bind mouse5 "voicemenu 1 4"
tf_contract_progress_show 0
g name. 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe Otherwise the "id" in "void" matches for "void id". 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe