]> git.rmz.io Git - dotfiles.git/blob - weechat/alias.conf
nvim: add FPP copyright snippet
[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 commands like /set or /fset to change settings in WeeChat.
8 #
9 # For more info, see: https://weechat.org/doc/weechat/quickstart/
10 #
11
12 config_version = 2
13
14 [cmd]
15 aaway = "allserv /away"
16 ame = "allchan /me"
17 amsg = "allchan /msg *"
18 anick = "allserv /nick"
19 b = "buffer"
20 bare = "window bare"
21 bye = "quit"
22 c = "buffer clear"
23 chat = "dcc chat"
24 cl = "buffer clear"
25 close = "buffer close"
26 exit = "quit"
27 flip = "/say (╯°□°)╯︵ ┻━┻"
28 ig = "ignore"
29 issue = "/slack slash /gitlab $1 issue show $2"
30 j = "join"
31 k = "kick"
32 kb = "kickban"
33 leave = "part"
34 m = "msg"
35 meet = "/say https://meet.google.com/skx-qdpa-znp"
36 mub = "unban *"
37 n = "names"
38 parrotwave = "/say :parrotwave1: :parrotwave2: :parrotwave3: :parrotwave4: :parrotwave5: :parrotwave6: :parrotwave7:"
39 q = "query"
40 rap = "/slack slash /gitlab rap $*"
41 rap-issue = "/slack slash /gitlab rap issue show $*"
42 rap-search = "/slack slash /gitlab rap issue search $*"
43 redraw = "window refresh"
44 say = "msg *"
45 shrug = "/say ¯\_(ツ)_/¯"
46 signoff = "quit"
47 t = "topic"
48 ub = "unban"
49 umode = "mode $nick"
50 v = "command core version"
51 w = "who"
52 wc = "window merge"
53 wi = "whois"
54 wii = "whois $1 $1"
55 ww = "whowas"
56
57 [completion]
58 issue = "rap|base"