update everything
This commit is contained in:
parent
e842787d16
commit
9b2bd0b702
16 changed files with 224 additions and 114 deletions
|
|
@ -35,6 +35,7 @@ buffer_search_force_default = off
|
|||
buffer_search_regex = off
|
||||
buffer_search_where = prefix_message
|
||||
buffer_time_format = "%H:%M:%S"
|
||||
buffer_time_same = ""
|
||||
color_basic_force_bold = off
|
||||
color_inactive_buffer = on
|
||||
color_inactive_message = on
|
||||
|
|
@ -89,6 +90,7 @@ mouse = off
|
|||
mouse_timer_delay = 100
|
||||
nick_color_force = ""
|
||||
nick_color_hash = djb2
|
||||
nick_color_hash_salt = ""
|
||||
nick_color_stop_chars = "_|["
|
||||
nick_prefix = ""
|
||||
nick_suffix = ""
|
||||
|
|
@ -111,6 +113,7 @@ prefix_join = "-->"
|
|||
prefix_network = "--"
|
||||
prefix_quit = "<--"
|
||||
prefix_same_nick = ""
|
||||
prefix_same_nick_middle = ""
|
||||
prefix_suffix = "|"
|
||||
quote_nick_prefix = "<"
|
||||
quote_nick_suffix = ">"
|
||||
|
|
@ -119,6 +122,7 @@ read_marker = line
|
|||
read_marker_always_show = off
|
||||
read_marker_string = "- "
|
||||
save_config_on_exit = on
|
||||
save_config_with_fsync = off
|
||||
save_layout_on_exit = none
|
||||
scroll_amount = 3
|
||||
scroll_bottom_after_switch = off
|
||||
|
|
@ -217,6 +221,7 @@ partial_completion_command = off
|
|||
partial_completion_command_arg = off
|
||||
partial_completion_count = on
|
||||
partial_completion_other = off
|
||||
partial_completion_templates = "config_options"
|
||||
|
||||
[history]
|
||||
display_default = 5
|
||||
|
|
@ -242,6 +247,7 @@ save_config_on_unload = on
|
|||
|
||||
[bar]
|
||||
buflist.color_bg = default
|
||||
buflist.color_bg_inactive = default
|
||||
buflist.color_delim = default
|
||||
buflist.color_fg = default
|
||||
buflist.conditions = ""
|
||||
|
|
@ -256,6 +262,7 @@ buflist.size = 0
|
|||
buflist.size_max = 0
|
||||
buflist.type = root
|
||||
fset.color_bg = default
|
||||
fset.color_bg_inactive = default
|
||||
fset.color_delim = cyan
|
||||
fset.color_fg = default
|
||||
fset.conditions = "${buffer.full_name} == fset.fset"
|
||||
|
|
@ -270,6 +277,7 @@ fset.size = 3
|
|||
fset.size_max = 3
|
||||
fset.type = window
|
||||
input.color_bg = default
|
||||
input.color_bg_inactive = default
|
||||
input.color_delim = cyan
|
||||
input.color_fg = default
|
||||
input.conditions = ""
|
||||
|
|
@ -284,6 +292,7 @@ input.size = 1
|
|||
input.size_max = 0
|
||||
input.type = window
|
||||
nicklist.color_bg = default
|
||||
nicklist.color_bg_inactive = default
|
||||
nicklist.color_delim = cyan
|
||||
nicklist.color_fg = default
|
||||
nicklist.conditions = "${nicklist}"
|
||||
|
|
@ -298,6 +307,7 @@ nicklist.size = 0
|
|||
nicklist.size_max = 0
|
||||
nicklist.type = window
|
||||
status.color_bg = blue
|
||||
status.color_bg_inactive = default
|
||||
status.color_delim = cyan
|
||||
status.color_fg = default
|
||||
status.conditions = ""
|
||||
|
|
@ -312,6 +322,7 @@ status.size = 1
|
|||
status.size_max = 0
|
||||
status.type = window
|
||||
title.color_bg = blue
|
||||
title.color_bg_inactive = default
|
||||
title.color_delim = cyan
|
||||
title.color_fg = default
|
||||
title.conditions = ""
|
||||
|
|
@ -326,6 +337,7 @@ title.size = 1
|
|||
title.size_max = 0
|
||||
title.type = window
|
||||
vi_cmd.color_bg = default
|
||||
vi_cmd.color_bg_inactive = default
|
||||
vi_cmd.color_delim = default
|
||||
vi_cmd.color_fg = default
|
||||
vi_cmd.conditions = ""
|
||||
|
|
@ -340,6 +352,7 @@ vi_cmd.size = 0
|
|||
vi_cmd.size_max = 0
|
||||
vi_cmd.type = root
|
||||
vi_line_numbers.color_bg = default
|
||||
vi_line_numbers.color_bg_inactive = default
|
||||
vi_line_numbers.color_delim = default
|
||||
vi_line_numbers.color_fg = default
|
||||
vi_line_numbers.conditions = ""
|
||||
|
|
@ -400,6 +413,8 @@ ctrl-X = "/input switch_active_buffer"
|
|||
ctrl-Y = "/input clipboard_paste"
|
||||
meta-meta-OP = "/bar scroll buflist * b"
|
||||
meta-meta-OQ = "/bar scroll buflist * e"
|
||||
meta-meta2-11~ = "/bar scroll buflist * b"
|
||||
meta-meta2-12~ = "/bar scroll buflist * e"
|
||||
meta-meta2-1~ = "/window scroll_top"
|
||||
meta-meta2-23~ = "/bar scroll nicklist * b"
|
||||
meta-meta2-24~ = "/bar scroll nicklist * e"
|
||||
|
|
@ -427,6 +442,7 @@ meta-9 = "/buffer *9"
|
|||
meta-< = "/input jump_previously_visited_buffer"
|
||||
meta-= = "/filter toggle"
|
||||
meta-> = "/input jump_next_visited_buffer"
|
||||
meta-B = "/buflist toggle"
|
||||
meta-OA = "/input history_global_previous"
|
||||
meta-OB = "/input history_global_next"
|
||||
meta-OC = "/input move_next_word"
|
||||
|
|
@ -439,6 +455,10 @@ meta-Oa = "/input history_global_previous"
|
|||
meta-Ob = "/input history_global_next"
|
||||
meta-Oc = "/input move_next_word"
|
||||
meta-Od = "/input move_previous_word"
|
||||
meta2-11^ = "/bar scroll buflist * -100%"
|
||||
meta2-11~ = "/bar scroll buflist * -100%"
|
||||
meta2-12^ = "/bar scroll buflist * +100%"
|
||||
meta2-12~ = "/bar scroll buflist * +100%"
|
||||
meta2-15~ = "/buffer -1"
|
||||
meta2-17~ = "/buffer +1"
|
||||
meta2-18~ = "/window -1"
|
||||
|
|
@ -449,10 +469,14 @@ meta2-1;3C = "/buffer +1"
|
|||
meta2-1;3D = "/buffer -1"
|
||||
meta2-1;3F = "/window scroll_bottom"
|
||||
meta2-1;3H = "/window scroll_top"
|
||||
meta2-1;3P = "/bar scroll buflist * b"
|
||||
meta2-1;3Q = "/bar scroll buflist * e"
|
||||
meta2-1;5A = "/input history_global_previous"
|
||||
meta2-1;5B = "/input history_global_next"
|
||||
meta2-1;5C = "/input move_next_word"
|
||||
meta2-1;5D = "/input move_previous_word"
|
||||
meta2-1;5P = "/bar scroll buflist * -100%"
|
||||
meta2-1;5Q = "/bar scroll buflist * +100%"
|
||||
meta2-1~ = "/input move_beginning_of_line"
|
||||
meta2-200~ = "/input paste_start"
|
||||
meta2-201~ = "/input paste_stop"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue