]> git.rmz.io Git - dotfiles.git/blobdiff - weechat/alias.conf
zsh: add named dir to tests files on NAS
[dotfiles.git] / weechat / alias.conf
index d2cabe4ddb26d4e28f77030555bd8f509ad8115d..35772a8387c8e5bbbcd2161cbb4a73aeba9590f5 100644 (file)
@@ -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"
@@ -15,7 +22,9 @@ CHAT = "dcc chat"
 CL = "buffer clear"
 CLOSE = "buffer close"
 EXIT = "quit"
+flip = "/say (╯°□°)╯︵ ┻━┻"
 IG = "ignore"
+issue = "/slack slash /gitlab $1 issue show $2"
 J = "join"
 K = "kick"
 KB = "kickban"
@@ -24,8 +33,12 @@ M = "msg"
 MUB = "unban *"
 N = "names"
 Q = "query"
+rap = "/slack slash /gitlab rap $*"
+rap-issue = "/slack slash /gitlab rap issue show $*"
+rap-search = "/slack slash /gitlab rap issue search $*"
 REDRAW = "window refresh"
 SAY = "msg *"
+shrug = "/say ¯\_(ツ)_/¯"
 SIGNOFF = "quit"
 T = "topic"
 UB = "unban"
@@ -38,3 +51,4 @@ WII = "whois $1 $1"
 WW = "whowas"
 
 [completion]
+issue = "rap|base"