X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/8b00adf400c3f5ecdeefcf1f57631e75933c0621..b51f3563d6cb0010825b2d2b9fe01e687f54345a:/weechat/weechat.conf diff --git a/weechat/weechat.conf b/weechat/weechat.conf index 663ce36..1fd4bbd 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -28,7 +28,7 @@ bar_more_up = "▲" bare_display_exit_on_input = on bare_display_time_format = "%H:%M" buffer_auto_renumber = off -buffer_notify_default = message +buffer_notify_default = highlight buffer_position = first_gap buffer_search_case_sensitive = off buffer_search_force_default = off @@ -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"