X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/933b465371d8352fbed5c0f9a8eb72fe0f6761af..e9d836632136433e5796c3b431e37e98c4b1ef91:/weechat/alias.conf diff --git a/weechat/alias.conf b/weechat/alias.conf index d2cabe4..4f86933 100644 --- a/weechat/alias.conf +++ b/weechat/alias.conf @@ -1,6 +1,13 @@ # # 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" @@ -16,6 +23,7 @@ CL = "buffer clear" CLOSE = "buffer close" EXIT = "quit" IG = "ignore" +issue = "/slack slash /gitlab $1 issue show $2" J = "join" K = "kick" KB = "kickban" @@ -24,8 +32,11 @@ M = "msg" MUB = "unban *" N = "names" Q = "query" +rap = "/slack slash /gitlab rap $*" +rap-search = "/slack slash /gitlab rap issue search $*" REDRAW = "window refresh" SAY = "msg *" +shrug = "/say ¯\_(ツ)_/¯" SIGNOFF = "quit" T = "topic" UB = "unban" @@ -38,3 +49,4 @@ WII = "whois $1 $1" WW = "whowas" [completion] +issue = "rap|base"