summaryrefslogtreecommitdiff
path: root/weechat/.weechat/alias.conf
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-03-13 10:00:31 +0000
committerShubham Saini <shubham6405@gmail.com>2020-03-13 10:00:31 +0000
commite93ced299c8095e56af52ee68b22954c86d3b51b (patch)
tree2626dd0e5b12c66ee085bdbe3a3ee256a299256c /weechat/.weechat/alias.conf
parenta9b032e6285bb05e0f87ee1db0e9e9180a799d3b (diff)
changes
Diffstat (limited to 'weechat/.weechat/alias.conf')
-rw-r--r--weechat/.weechat/alias.conf47
1 files changed, 47 insertions, 0 deletions
diff --git a/weechat/.weechat/alias.conf b/weechat/.weechat/alias.conf
new file mode 100644
index 0000000..0a02da3
--- /dev/null
+++ b/weechat/.weechat/alias.conf
@@ -0,0 +1,47 @@
1#
2# weechat -- alias.conf
3#
4# WARNING: It is NOT recommended to edit this file by hand,
5# especially if WeeChat is running.
6#
7# Use /set or similar command to change settings in WeeChat.
8#
9# For more info, see: https://weechat.org/doc/quickstart
10#
11
12[cmd]
13AAWAY = "allserv /away"
14ANICK = "allserv /nick"
15BEEP = "print -beep"
16BYE = "quit"
17C = "buffer clear"
18CHAT = "dcc chat"
19CL = "buffer clear"
20CLOSE = "buffer close"
21EXIT = "quit"
22IG = "ignore"
23J = "join"
24K = "kick"
25KB = "kickban"
26LEAVE = "part"
27M = "msg"
28MSGBUF = "command -buffer $1 * /input send $2-"
29MUB = "unban *"
30N = "names"
31Q = "query"
32REDRAW = "window refresh"
33SAY = "msg *"
34SIGNOFF = "quit"
35T = "topic"
36UB = "unban"
37UMODE = "mode $nick"
38V = "command core version"
39W = "who"
40WC = "window close"
41WI = "whois"
42WII = "whois $1 $1"
43WM = "window merge"
44WW = "whowas"
45
46[completion]
47MSGBUF = "%(buffers_plugins_names)"