From: Samir Benmendil Date: Sat, 26 Sep 2020 18:03:47 +0000 (+0100) Subject: weechat: add aliases for gitlab slash command X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/15ac5983e4b32ace348af0491488d5f8c660344a?ds=inline weechat: add aliases for gitlab slash command --- diff --git a/weechat/alias.conf b/weechat/alias.conf index d0687c2..f32f5c5 100644 --- a/weechat/alias.conf +++ b/weechat/alias.conf @@ -23,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" @@ -31,6 +32,8 @@ 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 *" SIGNOFF = "quit" @@ -45,3 +48,4 @@ WII = "whois $1 $1" WW = "whowas" [completion] +issue = "rap|base"