]> git.rmz.io Git - dotfiles.git/blobdiff - weechat/alias.conf
zsh: also ignore worktrees in gbdm alias
[dotfiles.git] / weechat / alias.conf
index 77ec77d0991f61bbf7f9e2868ffd61112a24db2b..4f869337b7c63ee8c89e6526fa0fb04ba3f9ba49 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,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"