Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
872 B

4 years ago
  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. ANICK = "allserv /nick"
  14. BEEP = "print -beep"
  15. BYE = "quit"
  16. C = "buffer clear"
  17. CHAT = "dcc chat"
  18. CL = "buffer clear"
  19. CLOSE = "buffer close"
  20. EXIT = "quit"
  21. IG = "ignore"
  22. J = "join"
  23. K = "kick"
  24. KB = "kickban"
  25. LEAVE = "part"
  26. M = "msg"
  27. MSGBUF = "command -buffer $1 * /input send $2-"
  28. MUB = "unban *"
  29. N = "names"
  30. Q = "query"
  31. REDRAW = "window refresh"
  32. SAY = "msg *"
  33. SIGNOFF = "quit"
  34. T = "topic"
  35. UB = "unban"
  36. UMODE = "mode $nick"
  37. V = "command core version"
  38. W = "who"
  39. WC = "window close"
  40. WI = "whois"
  41. WII = "whois $1 $1"
  42. WM = "window merge"
  43. WW = "whowas"
  44. [completion]
  45. MSGBUF = "%(buffers_plugins_names)"