summaryrefslogtreecommitdiff
path: root/doc/en/weechat_user.en.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-01-20 01:27:12 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-01-20 01:29:33 +0100
commite847068a3c2ba50ade2357cd5e8de8d45b797294 (patch)
tree74f8b65fd79b35ee3b198af02a3810ec3e1a8c38 /doc/en/weechat_user.en.adoc
parent9d6ebeda0d20c8a4b89a568d09ebdcf17d3b5a94 (diff)
downloadweechat-e847068a3c2ba50ade2357cd5e8de8d45b797294.zip
buflist: add default keys ctrl-F1/F2 to scroll up/down one page in buflist (same action as F1/F2)
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r--doc/en/weechat_user.en.adoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc
index e8d45fd32..db79737d9 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -1637,8 +1637,10 @@ with `/script install buffer_autoset.py` and get help with `/help buffer_autoset
| 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:[F1] +
+ kbd:[Ctrl+F1] | Scroll up one page in buflist. | `/bar scroll buflist * -100%`
+| kbd:[F2] +
+ kbd:[Ctrl+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+←] +