summaryrefslogtreecommitdiff
path: root/weechat/.weechat/alias.conf
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-03-13 10:04:45 +0000
committerShubham Saini <shubham6405@gmail.com>2020-03-13 10:04:45 +0000
commitf1f43819b649093e7e16014a5c8759dd669bd9e1 (patch)
tree49b76a8a2315f4d5d9852145a2e5d576ac8851df /weechat/.weechat/alias.conf
parente93ced299c8095e56af52ee68b22954c86d3b51b (diff)
<>
Diffstat (limited to 'weechat/.weechat/alias.conf')
-rw-r--r--weechat/.weechat/alias.conf47
1 files changed, 0 insertions, 47 deletions
diff --git a/weechat/.weechat/alias.conf b/weechat/.weechat/alias.conf
deleted file mode 100644
index 0a02da3..0000000
--- a/weechat/.weechat/alias.conf
+++ /dev/null
@@ -1,47 +0,0 @@
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)"