diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-02-29 16:10:46 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-02-29 16:10:46 -0800 |
commit | 8c48520b2a2573715c8a6725e3a19863f28194cd (patch) | |
tree | c0f0b917e55028baf39a58237dd671d3c75b3cb4 /home/xyz | |
parent | 32b6393fa750122eec92401cfbdd3dbe16c8faff (diff) |
update
Diffstat (limited to 'home/xyz')
-rw-r--r-- | home/xyz/.config/weechat/irc.conf | 13 | ||||
-rw-r--r-- | home/xyz/.config/weechat/weechat.conf | 14 |
2 files changed, 21 insertions, 6 deletions
diff --git a/home/xyz/.config/weechat/irc.conf b/home/xyz/.config/weechat/irc.conf index c150d4ee..f6f4da82 100644 --- a/home/xyz/.config/weechat/irc.conf +++ b/home/xyz/.config/weechat/irc.conf @@ -31,6 +31,7 @@ display_host_join = on display_host_join_local = on display_host_notice = on display_host_quit = on +display_host_wallops = on display_join_message = "329,332,333,366" display_old_topic = on display_pv_away_once = on @@ -41,11 +42,13 @@ highlight_channel = "$nick" highlight_pv = "$nick" highlight_server = "$nick" highlight_tags_restrict = "irc_privmsg,irc_notice" +ignore_tag_messages = off item_channel_modes_hide_args = "k" item_display_server = buffer_plugin item_nick_modes = on item_nick_prefix = on join_auto_add_chantype = off +list_buffer = on list_buffer_scroll_horizontal = 10 list_buffer_sort = "~name2" list_buffer_topic_strip_colors = on @@ -105,6 +108,7 @@ nick_prefixes = "y:lightred;q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v notice = green reason_kick = default reason_quit = default +term_remap = "0,-1:darkgray" topic_current = default topic_new = white topic_old = default @@ -134,8 +138,7 @@ whois_double_nick = off [server_default] addresses = "" -anti_flood_prio_high = 2 -anti_flood_prio_low = 2 +anti_flood = 2000 autoconnect = on autojoin = "" autojoin_dynamic = off @@ -215,8 +218,7 @@ bitlbee.autojoin_dynamic bitlbee.autorejoin bitlbee.autorejoin_delay bitlbee.connection_timeout -bitlbee.anti_flood_prio_high -bitlbee.anti_flood_prio_low +bitlbee.anti_flood bitlbee.away_check bitlbee.away_check_max_nicks bitlbee.msg_kick @@ -261,8 +263,7 @@ oftc.autojoin_dynamic oftc.autorejoin oftc.autorejoin_delay oftc.connection_timeout -oftc.anti_flood_prio_high -oftc.anti_flood_prio_low +oftc.anti_flood oftc.away_check oftc.away_check_max_nicks oftc.msg_kick diff --git a/home/xyz/.config/weechat/weechat.conf b/home/xyz/.config/weechat/weechat.conf index 13818c8f..e1198482 100644 --- a/home/xyz/.config/weechat/weechat.conf +++ b/home/xyz/.config/weechat/weechat.conf @@ -34,6 +34,7 @@ buffer_notify_default = all buffer_position = end buffer_search_case_sensitive = off buffer_search_force_default = off +buffer_search_history = local buffer_search_regex = off buffer_search_where = prefix_message buffer_time_format = "%H:%M:%S" @@ -192,6 +193,7 @@ chat_value = cyan chat_value_null = blue emphasized = yellow emphasized_bg = magenta +eval_syntax_colors = "green,lightred,lightblue,lightmagenta,yellow,cyan" input_actions = lightgreen input_text_not_found = red item_away = yellow @@ -586,6 +588,18 @@ return = "/input search_stop_here" tab = "/input search_switch_where" up = "/input search_previous" +[key_histsearch] +ctrl-o = "/input history_use_get_next" +ctrl-q = "/input search_stop" +ctrl-r = "/input search_previous" +ctrl-s = "/input search_next" +ctrl-x = "/input search_switch_regex" +down = "/input search_next" +meta-c = "/input search_switch_case" +return = "/input search_stop_here" +tab = "/input search_switch_where" +up = "/input search_previous" + [key_cursor] @chat(python.matrix.*):r = "hsignal:matrix_cursor_reply" @chat:Q = "hsignal:chat_quote_time_prefix_message;/cursor stop" |