summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-05-23 09:49:46 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-05-23 09:49:46 +0200
commita87e3908cf7907900aa7290a7fb5ac0fd3b879a7 (patch)
tree9a69f5f161150e43275f99144789e0eb96b208cc /doc/en
parentc88d578d2df90e4fa2df10397234ce815ab54ece (diff)
downloadweechat-a87e3908cf7907900aa7290a7fb5ac0fd3b879a7.zip
buflist: add keys F1/F2, alt+F1/alt+F2 to scroll the buflist bar
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_user.en.adoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc
index cafe0925e..7a461f817 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -1552,6 +1552,10 @@ with `/script install buffer_autoset.py` and get help with `/help autosetbuffer`
| kbd:[Alt+PgDn] | Scroll down a few lines in buffer history. | `/window scroll_down`
| kbd:[Alt+Home] | Scroll to top of buffer. | `/window scroll_top`
| kbd:[Alt+End] | Scroll to bottom of buffer. | `/window scroll_bottom`
+| kbd:[F1] | Scroll up one page in buflist. | `/bar scroll buflist * -100%`
+| kbd:[F2] | Scroll down one page in buflist. | `/bar scroll buflist * +100%`
+| kbd:[Alt+F1] | Go to the beginning of buflist. | `/bar scroll buflist * b`
+| kbd:[Alt+F2] | Go to the end of buflist. | `/bar scroll buflist * e`
| kbd:[Alt+←] +
kbd:[Alt+↑] +
kbd:[Ctrl+p] +