]> git.rmz.io Git - dotfiles.git/blobdiff - weechat/alias.conf
awesome: remove extraneous newlines in net_widgets
[dotfiles.git] / weechat / alias.conf
index 77ec77d0991f61bbf7f9e2868ffd61112a24db2b..f32f5c5ddb617c1bceb84f743dedfc0acca73957 100644 (file)
@@ -1,5 +1,12 @@
 #
-# alias.conf -- weechat v1.1.1
+# 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]
@@ -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,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"
@@ -38,3 +48,4 @@ WII = "whois $1 $1"
 WW = "whowas"
 
 [completion]
+issue = "rap|base"