dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE

alias.conf (1072B)


      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 add = "toggletime /togglestr weechat.look.buffer_time_format!${color:240}%H${color:239}%M${color:236}%S!${color:238}%d${color:237}%m${color:240}%H${color:239}%M${color:236}%S"
     15 AME = "allchan /me"
     16 AMSG = "allchan /msg *"
     17 ANICK = "allserv /nick"
     18 BEEP = "print -beep"
     19 BYE = "quit"
     20 C = "buffer clear"
     21 CHAT = "dcc chat"
     22 CL = "buffer clear"
     23 CLOSE = "buffer close"
     24 EXIT = "quit"
     25 IG = "ignore"
     26 J = "join"
     27 K = "kick"
     28 KB = "kickban"
     29 LEAVE = "part"
     30 M = "msg"
     31 MSGBUF = "command -buffer $1 * /input send $2-"
     32 MUB = "unban *"
     33 N = "names"
     34 Q = "query"
     35 REDRAW = "window refresh"
     36 SAY = "msg *"
     37 SIGNOFF = "quit"
     38 T = "topic"
     39 UB = "unban"
     40 UMODE = "mode $nick"
     41 V = "command core version"
     42 W = "who"
     43 WC = "window merge"
     44 WI = "whois"
     45 WII = "whois $1 $1"
     46 WW = "whowas"
     47 
     48 [completion]
     49 MSGBUF = "%(buffers_plugins_names)"