mirror of https://tildegit.org/ben/dotfiles
57 lines
1.3 KiB
Plaintext
57 lines
1.3 KiB
Plaintext
#
|
|
# 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"
|
|
OS = "quote operserv"
|
|
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)"
|