diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-05 23:24:02 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-05 23:24:02 +0200 |
commit | 90a9a1fb9685a5f1d7bb7f7043e6a368adc4cd70 (patch) | |
tree | 559c79b5415abb75221e4ffda762267201815dcb /doc/en/autogen/user | |
parent | b58d9910e3c12cc5245a44e87307e35a5d20a30e (diff) | |
download | weechat-90a9a1fb9685a5f1d7bb7f7043e6a368adc4cd70.zip |
buflist: add option buflist.look.enabled
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/buflist_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/autogen/user/buflist_options.adoc b/doc/en/autogen/user/buflist_options.adoc index 5a85346e9..d62499951 100644 --- a/doc/en/autogen/user/buflist_options.adoc +++ b/doc/en/autogen/user/buflist_options.adoc @@ -86,6 +86,12 @@ ** values: any string ** default value: `+"${buffer.hidden}==0"+` +* [[option_buflist.look.enabled]] *buflist.look.enabled* +** description: pass:none[enable buflist] +** type: boolean +** values: on, off +** default value: `+on+` + * [[option_buflist.look.mouse_jump_visited_buffer]] *buflist.look.mouse_jump_visited_buffer* ** description: pass:none[if enabled, clicks with left/right buttons on the line with current buffer jump to previous/next visited buffer] ** type: boolean |