mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 15:04:24 -05:00
Modular stow folders. Replaced kitty with alacritty
This commit is contained in:
49
cli/.config/weechat/alias.conf
Normal file
49
cli/.config/weechat/alias.conf
Normal file
@@ -0,0 +1,49 @@
|
||||
#
|
||||
# weechat -- alias.conf
|
||||
#
|
||||
# WARNING: It is NOT recommended to edit this file by hand,
|
||||
# especially if WeeChat is running.
|
||||
#
|
||||
# Use commands like /set or /fset to change settings in WeeChat.
|
||||
#
|
||||
# For more info, see: https://weechat.org/doc/weechat/quickstart/
|
||||
#
|
||||
|
||||
config_version = 2
|
||||
|
||||
[cmd]
|
||||
aaway = "allserv /away"
|
||||
anick = "allserv /nick"
|
||||
beep = "print -beep"
|
||||
bye = "quit"
|
||||
c = "buffer clear"
|
||||
chat = "dcc chat"
|
||||
cl = "buffer clear"
|
||||
close = "buffer close"
|
||||
exit = "quit"
|
||||
ig = "ignore"
|
||||
j = "join"
|
||||
k = "kick"
|
||||
kb = "kickban"
|
||||
leave = "part"
|
||||
m = "msg"
|
||||
msgbuf = "command -buffer $1 * /input send $2-"
|
||||
mub = "unban *"
|
||||
n = "names"
|
||||
q = "query"
|
||||
redraw = "window refresh"
|
||||
say = "msg *"
|
||||
signoff = "quit"
|
||||
t = "topic"
|
||||
ub = "unban"
|
||||
umode = "mode $nick"
|
||||
v = "command core version"
|
||||
w = "who"
|
||||
wc = "window close"
|
||||
wi = "whois"
|
||||
wii = "whois $1 $1"
|
||||
wm = "window merge"
|
||||
ww = "whowas"
|
||||
|
||||
[completion]
|
||||
msgbuf = "%(buffers_plugins_names)"
|
||||
Reference in New Issue
Block a user