aboutsummaryrefslogtreecommitdiffstats
path: root/weechat/.weechat/weechat.conf
diff options
context:
space:
mode:
Diffstat (limited to 'weechat/.weechat/weechat.conf')
-rw-r--r--weechat/.weechat/weechat.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/weechat/.weechat/weechat.conf b/weechat/.weechat/weechat.conf
index 72f88af..3cf2b57 100644
--- a/weechat/.weechat/weechat.conf
+++ b/weechat/.weechat/weechat.conf
@@ -1,5 +1,5 @@
1# 1#
2# weechat.conf -- weechat v1.1.1 2# weechat -- weechat.conf
3# 3#
4 4
5[debug] 5[debug]
@@ -97,6 +97,9 @@ prefix_network = "--"
97prefix_quit = "<--" 97prefix_quit = "<--"
98prefix_same_nick = "" 98prefix_same_nick = ""
99prefix_suffix = "|" 99prefix_suffix = "|"
100quote_nick_prefix = "<"
101quote_nick_suffix = ">"
102quote_time_format = "%H:%M:%S"
100read_marker = line 103read_marker = line
101read_marker_always_show = off 104read_marker_always_show = off
102read_marker_string = "- " 105read_marker_string = "- "
@@ -114,6 +117,8 @@ window_auto_zoom = off
114window_separator_horizontal = on 117window_separator_horizontal = on
115window_separator_vertical = on 118window_separator_vertical = on
116window_title = "WeeChat ${info:version}" 119window_title = "WeeChat ${info:version}"
120word_chars_highlight = "!\u00A0,-,_,|,alnum"
121word_chars_input = "!\u00A0,-,_,|,alnum"
117 122
118[palette] 123[palette]
119 124
@@ -365,6 +370,10 @@ meta-9 = "/buffer *9"
365meta-< = "/input jump_previously_visited_buffer" 370meta-< = "/input jump_previously_visited_buffer"
366meta-= = "/filter toggle" 371meta-= = "/filter toggle"
367meta-> = "/input jump_next_visited_buffer" 372meta-> = "/input jump_next_visited_buffer"
373meta-H = "/window left"
374meta-J = "/window down"
375meta-K = "/window up"
376meta-L = "/window right"
368meta-OA = "/input history_global_previous" 377meta-OA = "/input history_global_previous"
369meta-OB = "/input history_global_next" 378meta-OB = "/input history_global_next"
370meta-OC = "/input move_next_word" 379meta-OC = "/input move_next_word"