Mercurial > dotfiles
diff weechat/weechat.conf @ 260:f3ea51b9b4d1
Upgrade to new Weechat.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 21 Jan 2015 16:50:58 -0800 |
parents | 726728f13152 |
children | 27447ad19df6 |
line wrap: on
line diff
--- a/weechat/weechat.conf Wed Jan 21 16:45:26 2015 -0800 +++ b/weechat/weechat.conf Wed Jan 21 16:50:58 2015 -0800 @@ -1,5 +1,5 @@ # -# weechat.conf -- weechat v0.4.2 +# weechat.conf -- weechat v1.1 # [debug] @@ -17,7 +17,15 @@ bar_more_left = "<<" bar_more_right = ">>" bar_more_up = "--" +bare_display_exit_on_input = on +bare_display_time_format = "%H:%M" +buffer_auto_renumber = on buffer_notify_default = all +buffer_position = end +buffer_search_case_sensitive = off +buffer_search_force_default = off +buffer_search_regex = off +buffer_search_where = prefix_message buffer_time_format = "%H:%M:%S" color_basic_force_bold = off color_inactive_buffer = on @@ -30,6 +38,7 @@ color_pairs_auto_reset = 5 color_real_white = off command_chars = "" +command_incomplete = off confirm_quit = off day_change = on day_change_message_1date = "-- %a, %d %b %Y --" @@ -39,7 +48,7 @@ highlight = "" highlight_regex = "" highlight_tags = "" -hotlist_add_buffer_if_away = on +hotlist_add_conditions = "${away} || ${buffer.num_displayed} == 0" hotlist_buffer_separator = ", " hotlist_count_max = 2 hotlist_count_min_msg = 2 @@ -48,6 +57,7 @@ hotlist_names_level = 12 hotlist_names_merged_buffers = off hotlist_prefix = "H: " +hotlist_remove = merged hotlist_short_names = on hotlist_sort = group_time_asc hotlist_suffix = "" @@ -57,6 +67,8 @@ input_share_overwrite = off input_undo_max = 32 item_buffer_filter = "*" +item_buffer_zoom = "!" +item_mouse_status = "M" item_time_format = "%H:%M" jump_current_to_previous_buffer = on jump_previous_buffer_when_closing = on @@ -96,10 +108,12 @@ search_text_not_found_alert = on separator_horizontal = "-" separator_vertical = "" -set_title = on +tab_width = 1 time_format = "%a, %d %b %Y %T" +window_auto_zoom = off window_separator_horizontal = on window_separator_vertical = on +window_title = "WeeChat ${info:version}" [palette] @@ -161,13 +175,16 @@ status_data_private = lightgreen status_filter = green status_more = yellow +status_mouse = green status_name = white status_name_ssl = lightgreen +status_nicklist_count = default status_number = yellow status_time = default [completion] base_word_until_cursor = on +command_inline = on default_template = "%(nicks)|%(irc_channels)" nick_add_space = on nick_completer = ":" @@ -208,7 +225,7 @@ buffers.conditions = "" buffers.filling_left_right = vertical buffers.filling_top_bottom = columns_vertical -buffers.hidden = on +buffers.hidden = off buffers.items = "buffers" buffers.position = top buffers.priority = 0 @@ -236,7 +253,7 @@ isetbar.conditions = "" isetbar.filling_left_right = vertical isetbar.filling_top_bottom = horizontal -isetbar.hidden = on +isetbar.hidden = off isetbar.items = "isetbar_help" isetbar.position = top isetbar.priority = 0 @@ -504,6 +521,7 @@ meta-j98 = "/buffer 98" meta-j99 = "/buffer 99" meta-k = "/input grab_key_command" +meta-l = "/window bare 5" meta-m = "/mute mouse toggle" meta-n = "/window scroll_next_highlight" meta-p = "/window scroll_previous_highlight"