diff options
Diffstat (limited to '.config/weechat/weechat.conf')
-rw-r--r-- | .config/weechat/weechat.conf | 35 |
1 files changed, 27 insertions, 8 deletions
diff --git a/.config/weechat/weechat.conf b/.config/weechat/weechat.conf index 7447198..ae69995 100644 --- a/.config/weechat/weechat.conf +++ b/.config/weechat/weechat.conf @@ -28,12 +28,13 @@ bar_more_left = "<<" bar_more_right = ">>" bar_more_up = "--" bare_display_exit_on_input = on -bare_display_time_format = "[%H:%M]" +bare_display_time_format = "[%H:%M:%S]" buffer_auto_renumber = on 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" @@ -161,8 +162,8 @@ chat_host = cyan chat_inactive_buffer = default chat_inactive_window = default chat_nick = lightcyan -chat_nick_colors = "cyan,magenta,green,brown,lightblue,default,lightcyan,lightmagenta,lightgreen,blue" -chat_nick_offline = default +chat_nick_colors = "cyan,magenta,green,brown,lightblue,default,lightcyan,lightmagenta,lightgreen,blue,31,35,38,40,49,63,70,80,92,99,112,126,130,138,142,148,160,162,167,169,174,176,178,184,186,210,212,215,247" +chat_nick_offline = darkgray chat_nick_offline_highlight = default chat_nick_offline_highlight_bg = blue chat_nick_other = cyan @@ -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 @@ -274,7 +276,7 @@ buflist.items = "buflist" buflist.position = left buflist.priority = 0 buflist.separator = on -buflist.size = 0 +buflist.size = 30 buflist.size_max = 0 buflist.type = root fset.color_bg = default @@ -357,10 +359,7 @@ title.type = window [layout] -[notify] -irc.speedrunslive.#leaderboards = none -irc.speedrunslive.#speedrun.com = none -irc.speedrunslive.#speedrunslive = none +[buffer] [filter] irc_smart = on;*;irc_smart_filter;* @@ -605,6 +604,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:Q = "hsignal:chat_quote_time_prefix_message;/cursor stop" @chat:l = "hsignal:chat_quote_focused_line;/cursor stop" @@ -640,6 +651,10 @@ up = "/cursor move up" @chat(fset.fset):button2* = "hsignal:fset_mouse" @chat(fset.fset):wheeldown = "/fset -down 5" @chat(fset.fset):wheelup = "/fset -up 5" +@chat(irc.list_*):button1 = "/window ${_window_number};/list -go ${_chat_line_y}" +@chat(irc.list_*):button2* = "hsignal:irc_list_mouse" +@chat(irc.list_*):wheeldown = "/list -down 5" +@chat(irc.list_*):wheelup = "/list -up 5" @chat(script.scripts):button1 = "/window ${_window_number};/script go ${_chat_line_y}" @chat(script.scripts):button2 = "/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}" @chat(script.scripts):wheeldown = "/script down 5" @@ -664,3 +679,7 @@ up = "/cursor move up" @item(buflist2):button2* = "hsignal:buflist_mouse" @item(buflist3):button1* = "hsignal:buflist_mouse" @item(buflist3):button2* = "hsignal:buflist_mouse" +@item(buflist4):button1* = "hsignal:buflist_mouse" +@item(buflist4):button2* = "hsignal:buflist_mouse" +@item(buflist5):button1* = "hsignal:buflist_mouse" +@item(buflist5):button2* = "hsignal:buflist_mouse" |