summaryrefslogtreecommitdiff
path: root/doc/en/weechat_faq.en.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-07-22 13:56:28 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-07-22 13:56:28 +0200
commit1e7b7094390f99d0c04fe4682fda99e85650a220 (patch)
tree49d4f067a96d2672ea07a1341c166ae5fe0ea315 /doc/en/weechat_faq.en.adoc
parent71965ddbae49da5be742119300bb04af1dce4bde (diff)
downloadweechat-1e7b7094390f99d0c04fe4682fda99e85650a220.zip
doc: update question about buffers list (FAQ)
Diffstat (limited to 'doc/en/weechat_faq.en.adoc')
-rw-r--r--doc/en/weechat_faq.en.adoc17
1 files changed, 12 insertions, 5 deletions
diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc
index f0e663670..32a626a67 100644
--- a/doc/en/weechat_faq.en.adoc
+++ b/doc/en/weechat_faq.en.adoc
@@ -172,28 +172,35 @@ window) or displayed by one or more windows.
[[buffers_list]]
=== How to display the buffers list on the left side?
-Use script _buffers.pl_:
+With WeeChat ≥ 1.8, the plugin "buflist" is loaded and enabled by default.
+
+With an older version, you can install script _buffers.pl_:
----
/script install buffers.pl
----
-To limit size of bar:
+To limit size of bar (replace "buflist" by "buffers" if you're using the script
+_buffers.pl_):
----
-/set weechat.bar.buffers.size_max 15
+/set weechat.bar.buflist.size_max 15
----
To move bar to bottom:
----
-/set weechat.bar.buffers.position bottom
+/set weechat.bar.buflist.position bottom
----
To scroll the bar: if mouse is enabled (key: kbd:[Alt+m]), you can scroll the
bar with your mouse wheel.
-Or you can define keys, similar to the existing keys to scroll nicklist.
+Default keys to scroll _buflist_ bar are kbd:[F1], kbd:[F2], kbd:[Alt+F1]
+and kbd:[Alt+F2].
+
+For script _buffers.pl_, you can define keys, similar to the existing keys to
+scroll nicklist. +
For example to use kbd:[F1], kbd:[F2], kbd:[Alt+F1] and kbd:[Alt+F2]:
----