update weechat
This commit is contained in:
parent
77a62f38be
commit
0685351054
3 changed files with 41 additions and 1 deletions
|
@ -208,6 +208,7 @@ base_word_until_cursor = on
|
|||
command_inline = on
|
||||
default_template = "%(nicks)|%(irc_channels)"
|
||||
nick_add_space = on
|
||||
nick_case_sensitive = off
|
||||
nick_completer = ":"
|
||||
nick_first_only = off
|
||||
nick_ignore_chars = "[]`_-^"
|
||||
|
@ -625,6 +626,8 @@ meta2-D = "/cursor move left"
|
|||
[key_mouse]
|
||||
@bar(buffers):ctrl-wheeldown = "hsignal:buffers_mouse"
|
||||
@bar(buffers):ctrl-wheelup = "hsignal:buffers_mouse"
|
||||
@bar(buflist):ctrl-wheeldown = "hsignal:buflist_mouse"
|
||||
@bar(buflist):ctrl-wheelup = "hsignal:buflist_mouse"
|
||||
@bar(input):button2 = "/input grab_mouse_area"
|
||||
@bar(nicklist):button1-gesture-down = "/bar scroll nicklist ${_window_number} +100%"
|
||||
@bar(nicklist):button1-gesture-down-long = "/bar scroll nicklist ${_window_number} e"
|
||||
|
@ -641,6 +644,8 @@ meta2-D = "/cursor move left"
|
|||
@item(buffer_nicklist):button2-gesture-left = "/window ${_window_number};/ban ${nick}"
|
||||
@item(buffers):button1* = "hsignal:buffers_mouse"
|
||||
@item(buffers):button2* = "hsignal:buffers_mouse"
|
||||
@item(buflist):button1* = "hsignal:buflist_mouse"
|
||||
@item(buflist):button2* = "hsignal:buflist_mouse"
|
||||
@bar:wheeldown = "/bar scroll ${_bar_name} ${_window_number} +20%"
|
||||
@bar:wheelup = "/bar scroll ${_bar_name} ${_window_number} -20%"
|
||||
@chat:button1 = "/window ${_window_number}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue