chore(weechat): update conf to reflect 1.9.0
This commit is contained in:
parent
f2a5e69a7d
commit
85ec905878
2 changed files with 6 additions and 0 deletions
|
@ -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:5}"
|
|||
hotlist_separator = "${color:default},"
|
||||
indent = " "
|
||||
lag = " ${color:green}[${color:brown}${lag}${color:green}]"
|
||||
name = "${name}"
|
||||
nick_prefix = "${color_nick_prefix}${nick_prefix}"
|
||||
number = "${color:4}${number}${if:${number_displayed}?.: }"
|
||||
|
|
|
@ -374,6 +374,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"
|
||||
|
@ -407,6 +409,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"
|
||||
|
|
Loading…
Reference in a new issue