| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- # Whether the mouse is usable or not.
- mouse: true
- # Whether to draw the timestamps of the corresponding message in front of it.
- timestamps: false
- # Whether to draw the timestamps before the name of author of the message or not.
- timestamps_before_author: false
- # The number of messages to fetch when a text-based channel is selected. The value must be >0 and <=100.
- messages_limit: 50
- # 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.
- editor: default
- keys:
- cancel: Esc
-
- guilds_tree:
- focus: Ctrl+G
- toggle: Ctrl+B
-
- messages_text:
- focus: Ctrl+T
- show_image: Rune[i]
- copy_content: Rune[c]
- delete: Rune[d]
- reply: Rune[r]
- reply_mention: Rune[R]
- select_previous: Up
- select_next: Down
- select_first: Home
- select_last: End
- select_reply: Rune[s]
- message_input:
- focus: Ctrl+P
- send: Enter
- launch_editor: Ctrl+E
- theme:
- border: true
- border_color: default
- border_padding: [0, 0, 1, 1]
- title_color: default
- background_color: default
- guilds_tree:
- auto_expand_folders: true
- graphics: true
- messages_text:
- author_color: aqua
- reply_indicator: ╭
|