config.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # Whether the mouse is usable or not.
  2. mouse: true
  3. # Whether to draw the timestamps of the corresponding message in front of it.
  4. timestamps: false
  5. # Whether to draw the timestamps before the name of author of the message or not.
  6. timestamps_before_author: false
  7. # The number of messages to fetch when a text-based channel is selected. The value must be >0 and <=100.
  8. messages_limit: 50
  9. # The name of the program to launch when the launch_editor key is pressed. If the value of the field is set to "default", the `$EDITOR` environment variable is used instead.
  10. editor: default
  11. keys:
  12. cancel: Esc
  13. guilds_tree:
  14. focus: Alt+Rune[g]
  15. toggle: Alt+Rune[b]
  16. messages_text:
  17. focus: Alt+Rune[m]
  18. show_image: Rune[i]
  19. copy_content: Rune[c]
  20. delete: Rune[d]
  21. reply: Rune[r]
  22. reply_mention: Rune[R]
  23. select_previous: Up
  24. select_next: Down
  25. select_first: Home
  26. select_last: End
  27. select_reply: Rune[s]
  28. message_input:
  29. focus: Alt+Rune[i]
  30. send: Enter
  31. launch_editor: Ctrl+E
  32. theme:
  33. border: true
  34. border_color: default
  35. border_padding: [0, 0, 1, 1]
  36. title_color: default
  37. background_color: default
  38. guilds_tree:
  39. graphics: true
  40. messages_text:
  41. author_color: aqua
  42. reply_indicator: ╭