all repos — dotfiles @ 574e24bff08a2fb100f24cca387205bdf60d9a9c

linux dotfiles

weechat: update conf
Prithu Goswami pg@prithu.dev
Tue, 12 Mar 2024 08:37:06 +0530
commit

574e24bff08a2fb100f24cca387205bdf60d9a9c

parent

884ec49089b8e1555738d4679a7a46365b4fa79a

1 files changed, 15 insertions(+), 0 deletions(-)

jump to
M config/weechat/weechat.confconfig/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

@@ -364,6 +366,7 @@ [notify]

python.slack.assessment.#assessment = highlight python.slack.assessment.#general = highlight python.slack.assessment.#information-security = highlight +python.slack.assessment.#information-security-forum = highlight python.slack.assessment.#random = highlight python.slack.assessment.%happy-moments = highlight python.slack.assessment.BirthdayBot = highlight

@@ -585,6 +588,18 @@

[key_search] ctrl-q = "/input search_stop" ctrl-r = "/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_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"