logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git

alias.conf (1059B)


  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. [cmd]
  12. AAWAY = "allserv /away"
  13. AME = "allchan /me"
  14. AMSG = "allchan /msg *"
  15. ANICK = "allserv /nick"
  16. BEEP = "print -beep"
  17. BYE = "quit"
  18. C = "buffer clear"
  19. CHAT = "dcc chat"
  20. CL = "buffer clear"
  21. CLOSE = "buffer close"
  22. EXIT = "quit"
  23. IG = "ignore"
  24. J = "join"
  25. K = "kick"
  26. KB = "kickban"
  27. LEAVE = "part"
  28. M = "msg"
  29. MSGBUF = "command -buffer $1 * /input send $2-"
  30. MUB = "unban *"
  31. N = "names"
  32. Q = "query"
  33. raw = "/window bare"
  34. REDRAW = "window refresh"
  35. rmsfilter = "filter del irc_smart_$server_$channel"
  36. SAY = "msg *"
  37. sfilter = "filter add irc_smart_$server_$channel irc.$server.$channel irc_smart_filter *"
  38. SIGNOFF = "quit"
  39. T = "topic"
  40. UB = "unban"
  41. UMODE = "mode $nick"
  42. V = "command core version"
  43. W = "who"
  44. WC = "window merge"
  45. WI = "whois"
  46. WII = "whois $1 $1"
  47. WW = "whowas"
  48. [completion]
  49. MSGBUF = "%(buffers_plugins_names)"