summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-09-12 21:50:51 +0200
committerSébastien Helleu <flashcode@flashtux.org>2016-09-12 21:50:51 +0200
commit20df8b89a052331d43daf1c83bf33ae0f5a2dddc (patch)
tree35aee29727cad6e68571d2c6e6491b3d596396de /doc/en
parent63dc51bd7bbb241f5a2f583c453c29a38776bc44 (diff)
downloadweechat-20df8b89a052331d43daf1c83bf33ae0f5a2dddc.zip
doc: add scroll of buffers bar in FAQ
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_faq.en.adoc19
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc
index 60445a9c4..62904b998 100644
--- a/doc/en/weechat_faq.en.adoc
+++ b/doc/en/weechat_faq.en.adoc
@@ -190,6 +190,23 @@ To move bar to bottom:
/set weechat.bar.buffers.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.
+For example to use kbd:[F1], kbd:[F2], kbd:[Alt+F1] and kbd:[Alt+F2]:
+
+----
+/key bind meta-OP /bar scroll buffers * -100%
+/key bind meta-OQ /bar scroll buffers * +100%
+/key bind meta-meta-OP /bar scroll buffers * b
+/key bind meta-meta-OQ /bar scroll buffers * e
+----
+
+[NOTE]
+Keys "meta-OP" and "meta-OQ" may be different in your terminal. To find key
+code press kbd:[Alt+k] then key.
+
[[customize_prefix]]
=== How can I reduce length of nicks or remove nick alignment in chat area?
@@ -448,7 +465,7 @@ Example:
[NOTE]
Keys "meta2-A" and "meta2-B" may be different in your terminal. To find key
-code press kbd:[Alt+k] then key (up or down).
+code press kbd:[Alt+k] then key.
[[mouse]]
== Mouse