about summary refs log tree commit diff
path: root/alias.conf
diff options
context:
space:
mode:
Diffstat (limited to 'alias.conf')
-rw-r--r--alias.conf70
1 files changed, 36 insertions, 34 deletions
diff --git a/alias.conf b/alias.conf
index 190004c..b5f9bfc 100644
--- a/alias.conf
+++ b/alias.conf
@@ -6,42 +6,44 @@
 #
 # Use commands like /set or /fset to change settings in WeeChat.
 #
-# For more info, see: https://weechat.org/doc/quickstart/
+# For more info, see: https://weechat.org/doc/weechat/quickstart/
 #
 
+config_version = 2
+
 [cmd]
-AAWAY = "allserv /away"
-ANICK = "allserv /nick"
-BEEP = "print -beep"
-BYE = "quit"
-C = "buffer clear"
-CHAT = "dcc chat"
-CL = "buffer clear"
-CLOSE = "buffer close"
-EXIT = "quit"
-IG = "ignore"
-J = "join"
-K = "kick"
-KB = "kickban"
-LEAVE = "part"
-M = "msg"
-MSGBUF = "command -buffer $1 * /input send $2-"
-MUB = "unban *"
-N = "names"
-Q = "query"
-REDRAW = "window refresh"
-SAY = "msg *"
-SIGNOFF = "quit"
-T = "topic"
-UB = "unban"
-UMODE = "mode $nick"
-V = "command core version"
-W = "who"
-WC = "window close"
-WI = "whois"
-WII = "whois $1 $1"
-WM = "window merge"
-WW = "whowas"
+aaway = "allserv /away"
+anick = "allserv /nick"
+beep = "print -beep"
+bye = "quit"
+c = "buffer clear"
+chat = "dcc chat"
+cl = "buffer clear"
+close = "buffer close"
+exit = "quit"
+ig = "ignore"
+j = "join"
+k = "kick"
+kb = "kickban"
+leave = "part"
+m = "msg"
+msgbuf = "command -buffer $1 * /input send $2-"
+mub = "unban *"
+n = "names"
+q = "query"
+redraw = "window refresh"
+say = "msg *"
+signoff = "quit"
+t = "topic"
+ub = "unban"
+umode = "mode $nick"
+v = "command core version"
+w = "who"
+wc = "window close"
+wi = "whois"
+wii = "whois $1 $1"
+wm = "window merge"
+ww = "whowas"
 
 [completion]
-MSGBUF = "%(buffers_plugins_names)"
+msgbuf = "%(buffers_plugins_names)"