]> git.r.bdr.sh - rbdr/dotfiles/blame - weechat/alias.conf
Update yum to dnf
[rbdr/dotfiles] / weechat / alias.conf
CommitLineData
aca63701 1#
483da16c
BB
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
aca63701
BB
10#
11
12[cmd]
13AAWAY = "allserv /away"
14AME = "allchan /me"
15AMSG = "allchan /msg *"
16ANICK = "allserv /nick"
17BYE = "quit"
18C = "buffer clear"
19CHAT = "dcc chat"
20CL = "buffer clear"
21CLOSE = "buffer close"
22EXIT = "quit"
23IG = "ignore"
24J = "join"
25K = "kick"
26KB = "kickban"
27LEAVE = "part"
28M = "msg"
29MUB = "unban *"
30N = "names"
31Q = "query"
32REDRAW = "window refresh"
33SAY = "msg *"
34SIGNOFF = "quit"
35T = "topic"
36UB = "unban"
37V = "command core version"
38W = "who"
39WC = "window merge"
40WI = "whois"
41WII = "whois $1 $1"
42WW = "whowas"
43
44[completion]