]> git.rmz.io Git - dotfiles.git/blob - weechat/alias.conf
weechat: alias to show rap issue
[dotfiles.git] / weechat / alias.conf
1 #
2 # weechat -- alias.conf
3 #
4 # WARNING: It is NOT recommended to edit this file by hand,
5 # especially if WeeChat is running.
6 #
7 # Use /set or similar command to change settings in WeeChat.
8 #
9 # For more info, see: https://weechat.org/doc/quickstart
10 #
11
12 [cmd]
13 AAWAY = "allserv /away"
14 AME = "allchan /me"
15 AMSG = "allchan /msg *"
16 ANICK = "allserv /nick"
17 b = "buffer"
18 bare = "window bare"
19 BYE = "quit"
20 C = "buffer clear"
21 CHAT = "dcc chat"
22 CL = "buffer clear"
23 CLOSE = "buffer close"
24 EXIT = "quit"
25 flip = "/say (╯°□°)╯︵ ┻━┻"
26 IG = "ignore"
27 issue = "/slack slash /gitlab $1 issue show $2"
28 J = "join"
29 K = "kick"
30 KB = "kickban"
31 LEAVE = "part"
32 M = "msg"
33 MUB = "unban *"
34 N = "names"
35 Q = "query"
36 rap = "/slack slash /gitlab rap $*"
37 rap-issue = "/slack slash /gitlab rap issue show $*"
38 rap-search = "/slack slash /gitlab rap issue search $*"
39 REDRAW = "window refresh"
40 SAY = "msg *"
41 shrug = "/say ¯\_(ツ)_/¯"
42 SIGNOFF = "quit"
43 T = "topic"
44 UB = "unban"
45 UMODE = "mode $nick"
46 V = "command core version"
47 W = "who"
48 WC = "window merge"
49 WI = "whois"
50 WII = "whois $1 $1"
51 WW = "whowas"
52
53 [completion]
54 issue = "rap|base"