]> git.rmz.io Git - dotfiles.git/blobdiff - weechat/alias.conf
qutebrowser: bind gl/gr to move between tabs
[dotfiles.git] / weechat / alias.conf
index a8018d0148022bb9b45b17cb7f067c03c366a17c..fdfa784980ba1d6fedf0bd9d254acd34e04caccf 100644 (file)
@@ -1,5 +1,12 @@
 #
-# alias.conf -- weechat v0.4.1
+# weechat -- alias.conf
+#
+# WARNING: It is NOT recommended to edit this file by hand,
+# especially if WeeChat is running.
+#
+# Use commands like /set or /fset to change settings in WeeChat.
+#
+# For more info, see: https://weechat.org/doc/quickstart
 #
 
 [cmd]
@@ -7,13 +14,17 @@ AAWAY = "allserv /away"
 AME = "allchan /me"
 AMSG = "allchan /msg *"
 ANICK = "allserv /nick"
+b = "buffer"
+bare = "window bare"
 BYE = "quit"
 C = "buffer clear"
 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"
@@ -22,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"
@@ -36,3 +51,4 @@ WII = "whois $1 $1"
 WW = "whowas"
 
 [completion]
+issue = "rap|base"