summaryrefslogtreecommitdiff
path: root/home/xyz/.config/weechat/weechat.conf
diff options
context:
space:
mode:
Diffstat (limited to 'home/xyz/.config/weechat/weechat.conf')
-rw-r--r--home/xyz/.config/weechat/weechat.conf14
1 files changed, 14 insertions, 0 deletions
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"