aboutsummaryrefslogtreecommitdiff
path: root/config/weechat/alias.conf
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-04-08 13:13:54 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-04-08 13:13:54 +0200
commitc836df4fc2a8ff664e97ceae2d62adcf9e2f8d78 (patch)
treed7fc4f7a92ae3aadf2f31e737566760f9aef155e /config/weechat/alias.conf
parent9d7f9f3fb444522e49979d024b90d1701882e031 (diff)
Add new weechat config
Diffstat (limited to 'config/weechat/alias.conf')
-rw-r--r--config/weechat/alias.conf49
1 files changed, 49 insertions, 0 deletions
diff --git a/config/weechat/alias.conf b/config/weechat/alias.conf
new file mode 100644
index 0000000..b5f9bfc
--- /dev/null
+++ b/config/weechat/alias.conf
@@ -0,0 +1,49 @@
+#
+# weechat -- alias.conf
+#
+# WARNING: It is NOT recommended to edit this file by hand,
+# especially if WeeChat is running.
+#
+# Use commands like /set or /fset to change settings in WeeChat.
+#
+# 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"
+
+[completion]
+msgbuf = "%(buffers_plugins_names)"