diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-04-10 22:48:28 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-04-10 22:48:28 +0200 |
| commit | 358ea1e2a08b5c887a2f46562326ac2ea9ac6c24 (patch) | |
| tree | 00be1f92589e8d760e121b6b7ea75b69d731742a /config/weechat/weechat.conf | |
| parent | 747895a6815830b47f962dc0f90f791ccd14fc9d (diff) | |
Improve weechat config
Diffstat (limited to 'config/weechat/weechat.conf')
| -rw-r--r-- | config/weechat/weechat.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/weechat/weechat.conf b/config/weechat/weechat.conf index 6da0844..556a9bb 100644 --- a/config/weechat/weechat.conf +++ b/config/weechat/weechat.conf @@ -95,7 +95,7 @@ jump_previous_buffer_when_closing = on jump_smart_back_to_buffer = on key_bind_safe = on key_grab_delay = 800 -mouse = off +mouse = on nick_color_force = "" nick_color_hash = djb2 nick_color_hash_salt = "" @@ -138,8 +138,10 @@ scroll_page_percent = 100 search_text_not_found_alert = on separator_horizontal = "-" separator_vertical = "" +tab_whitespace_char = "→" tab_width = 1 time_format = "%a, %d %b %Y %T" +whitespace_char = "·" window_auto_zoom = off window_separator_horizontal = on window_separator_vertical = on @@ -230,6 +232,7 @@ nick_case_sensitive = off nick_completer = ": " nick_first_only = off nick_ignore_chars = "[]`_-^" +nick_ignore_words = "" partial_completion_alert = on partial_completion_command = off partial_completion_command_arg = off |