aboutsummaryrefslogtreecommitdiffstats
path: root/weechat/.weechat/alias.conf
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-07-23 09:39:31 +0000
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-07-23 09:39:31 +0000
commit4a629384742bb6cf89c32242507b9d013f577a11 (patch)
tree2f89e0287fd5329ef1a0d7a30a9fdb34bc316428 /weechat/.weechat/alias.conf
parent2f2dbf5306f87c082620613d069a2068bf350ad3 (diff)
downloaddotfiles-4a629384742bb6cf89c32242507b9d013f577a11.tar.gz
dotfiles-4a629384742bb6cf89c32242507b9d013f577a11.tar.bz2
dotfiles-4a629384742bb6cf89c32242507b9d013f577a11.zip
Added weechat configs
Diffstat (limited to 'weechat/.weechat/alias.conf')
-rw-r--r--weechat/.weechat/alias.conf41
1 files changed, 41 insertions, 0 deletions
diff --git a/weechat/.weechat/alias.conf b/weechat/.weechat/alias.conf
new file mode 100644
index 0000000..a4c30eb
--- /dev/null
+++ b/weechat/.weechat/alias.conf
@@ -0,0 +1,41 @@
1#
2# alias.conf -- weechat v1.1.1
3#
4
5[cmd]
6AAWAY = "allserv /away"
7AME = "allchan /me"
8AMSG = "allchan /msg *"
9ANICK = "allserv /nick"
10BEEP = "print -beep"
11BYE = "quit"
12C = "buffer clear"
13CHAT = "dcc chat"
14CL = "buffer clear"
15CLOSE = "buffer close"
16EXIT = "quit"
17IG = "ignore"
18J = "join"
19K = "kick"
20KB = "kickban"
21LEAVE = "part"
22M = "msg"
23MSGBUF = "command -buffer $1 * /input send $2-"
24MUB = "unban *"
25N = "names"
26Q = "query"
27REDRAW = "window refresh"
28SAY = "msg *"
29SIGNOFF = "quit"
30T = "topic"
31UB = "unban"
32UMODE = "mode $nick"
33V = "command core version"
34W = "who"
35WC = "window merge"
36WI = "whois"
37WII = "whois $1 $1"
38WW = "whowas"
39
40[completion]
41MSGBUF = "%(buffers_plugins_names)"