From c98022c674f2ff2028e94523a947c6995837fa95 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Mon, 27 Jul 2015 23:13:33 +0200 Subject: Updated tmux, weechat and xorg configs --- weechat/.weechat/weechat.conf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'weechat/.weechat/weechat.conf') 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 @@ # -# weechat.conf -- weechat v1.1.1 +# weechat -- weechat.conf # [debug] @@ -97,6 +97,9 @@ prefix_network = "--" prefix_quit = "<--" prefix_same_nick = "" prefix_suffix = "|" +quote_nick_prefix = "<" +quote_nick_suffix = ">" +quote_time_format = "%H:%M:%S" read_marker = line read_marker_always_show = off read_marker_string = "- " @@ -114,6 +117,8 @@ window_auto_zoom = off window_separator_horizontal = on window_separator_vertical = on window_title = "WeeChat ${info:version}" +word_chars_highlight = "!\u00A0,-,_,|,alnum" +word_chars_input = "!\u00A0,-,_,|,alnum" [palette] @@ -365,6 +370,10 @@ meta-9 = "/buffer *9" meta-< = "/input jump_previously_visited_buffer" meta-= = "/filter toggle" meta-> = "/input jump_next_visited_buffer" +meta-H = "/window left" +meta-J = "/window down" +meta-K = "/window up" +meta-L = "/window right" meta-OA = "/input history_global_previous" meta-OB = "/input history_global_next" meta-OC = "/input move_next_word" -- cgit v1.2.3