]> git.rmz.io Git - dotfiles.git/blobdiff - weechat/alias.conf
alias: only set vim function in VIM_TERMINAL
[dotfiles.git] / weechat / alias.conf
index f583c548215360e5da211519d00f8cc61ea6e163..4f869337b7c63ee8c89e6526fa0fb04ba3f9ba49 100644 (file)
@@ -1,5 +1,12 @@
 #
-# alias.conf -- weechat v1.0
+# 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]
@@ -7,6 +14,8 @@ 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"
@@ -14,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"
@@ -22,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"
@@ -36,3 +49,4 @@ WII = "whois $1 $1"
 WW = "whowas"
 
 [completion]
+issue = "rap|base"