]> git.rmz.io Git - dotfiles.git/commitdiff
weechat: update config
authorSamir Benmendil <me@rmz.io>
Sat, 23 Sep 2017 11:47:06 +0000 (11:47 +0000)
committerSamir Benmendil <me@rmz.io>
Sat, 23 Sep 2017 11:47:06 +0000 (11:47 +0000)
weechat/buflist.conf
weechat/weechat.conf

index beebd4fb7a81a82da60f00c27cc36c27ddda10bb..35768a5b3a565168fed48ae5dc43c7f172c101b1 100644 (file)
@@ -10,6 +10,7 @@
 #
 
 [look]
+auto_scroll = 50
 display_conditions = "${buffer.hidden}==0"
 enabled = on
 mouse_jump_visited_buffer = off
@@ -32,5 +33,6 @@ hotlist_private = "${color:green}"
 hotlist_separator = "${color:default},"
 indent = "  "
 lag = " ${color:green}[${color:brown}${lag}${color:green}]"
+name = "${name}"
 nick_prefix = "${color_nick_prefix}${nick_prefix}"
 number = "${color:green}${number}${if:${number_displayed}?.: }"
index 663ce36711518c88d1feb27c21fc0e196baaa159..6117b2947bba276005be567ae8dcc25556c1f50c 100644 (file)
@@ -276,7 +276,7 @@ input.conditions = "${window.buffer.full_name} != perl.highmon"
 input.filling_left_right = vertical
 input.filling_top_bottom = horizontal
 input.hidden = off
-input.items = "time,[input_prompt],[input_search],[input_paste],scroll,input_text"
+input.items = "time, input_prompt │,[input_search],[input_paste],scroll,input_text"
 input.position = bottom
 input.priority = 10
 input.separator = off
@@ -420,6 +420,8 @@ ctrl-U = "/input delete_beginning_of_line"
 ctrl-W = "/input delete_previous_word"
 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-1~ = "/window scroll_top"
 meta-meta2-23~ = "/bar scroll nicklist * b"
 meta-meta2-24~ = "/bar scroll nicklist * e"
@@ -461,6 +463,8 @@ meta-OC = "/input move_next_word"
 meta-OD = "/input move_previous_word"
 meta-OF = "/input move_end_of_line"
 meta-OH = "/input move_beginning_of_line"
+meta-OP = "/bar scroll buflist * -100%"
+meta-OQ = "/bar scroll buflist * +100%"
 meta-Oa = "/input history_global_previous"
 meta-Ob = "/input history_global_next"
 meta-Oc = "/input move_next_word"