about summary refs log tree commit diff
path: root/weechat/.weechat/alias.conf
diff options
context:
space:
mode:
Diffstat (limited to 'weechat/.weechat/alias.conf')
-rw-r--r--weechat/.weechat/alias.conf55
1 files changed, 55 insertions, 0 deletions
diff --git a/weechat/.weechat/alias.conf b/weechat/.weechat/alias.conf
new file mode 100644
index 0000000..186127b
--- /dev/null
+++ b/weechat/.weechat/alias.conf
@@ -0,0 +1,55 @@
+#
+# weechat -- alias.conf
+#
+# WARNING: It is NOT recommended to edit this file by hand,
+# especially if WeeChat is running.
+#
+# Use /set or similar command to change settings in WeeChat.
+#
+# For more info, see: https://weechat.org/doc/quickstart
+#
+
+[cmd]
+AAWAY = "allserv /away"
+AME = "allchan /me"
+AMSG = "allchan /msg *"
+ANICK = "allserv /nick"
+BEEP = "print -beep"
+BS = "quote botserv"
+BYE = "quit"
+C = "buffer clear"
+CHAT = "dcc chat"
+CL = "buffer clear"
+CLOSE = "buffer close"
+CS = "quote chanserv"
+EXIT = "quit"
+HS = "quote hostserv"
+IG = "ignore"
+J = "join"
+K = "kick"
+KB = "kickban"
+LEAVE = "part"
+M = "msg"
+MS = "quote memoserv"
+MSGBUF = "command -buffer $1 * /input send $2-"
+MUB = "unban *"
+N = "names"
+NS = "quote nickserv"
+Q = "query"
+REDRAW = "window refresh"
+save_settings = "/autojoin --run;/layout store;/save"
+SAY = "msg *"
+setup_aspell = "/set weechat.bar.rootinput.items [input_prompt]+(away),[input_search],[input_paste],input_text,aspell_suggest;/set aspell.check.default_dict en_US;/set aspell.check.suggestions 4;/set aspell.check.enabled on;/unalias setup_aspell;/save"
+SIGNOFF = "quit"
+T = "topic"
+UB = "unban"
+UMODE = "mode $nick"
+V = "command core version"
+W = "who"
+WC = "window merge"
+WI = "whois"
+WII = "whois $1 $1"
+WW = "whowas"
+
+[completion]
+MSGBUF = "%(buffers_plugins_names)"