summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-01-20 01:20:59 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-01-20 01:29:28 +0100
commit9d6ebeda0d20c8a4b89a568d09ebdcf17d3b5a94 (patch)
tree3df5c514bf3608c4b046d3301c0244ccfdb98f17 /doc/en
parent09a124c22697686c8420c5201d25c39d3bd72c13 (diff)
downloadweechat-9d6ebeda0d20c8a4b89a568d09ebdcf17d3b5a94.zip
core: add default keys ctrl-F11/F12 to scroll up/down one page in nicklist (same action as F11/F12)
Diffstat (limited to 'doc/en')
-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 c63ac4ff3..e8d45fd32 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -1653,8 +1653,10 @@ with `/script install buffer_autoset.py` and get help with `/help buffer_autoset
| kbd:[F8] | Switch to next window. | `/window +1`
| kbd:[F9] | Scroll buffer's title on the left. | `+/bar scroll title * -30%+`
| kbd:[F10] | Scroll buffer's title on the right. | `+/bar scroll title * +30%+`
-| kbd:[F11] | Scroll up one page in nicklist. | `/bar scroll nicklist * -100%`
-| kbd:[F12] | Scroll down one page in nicklist. | `/bar scroll nicklist * +100%`
+| kbd:[F11] +
+ kbd:[Ctrl+F11] | Scroll up one page in nicklist. | `/bar scroll nicklist * -100%`
+| kbd:[F12] +
+ kbd:[Ctrl+F12] | Scroll down one page in nicklist. | `/bar scroll nicklist * +100%`
| kbd:[Alt+F11] | Go to the beginning of nicklist. | `/bar scroll nicklist * b`
| kbd:[Alt+F12] | Go to the end of nicklist. | `/bar scroll nicklist * e`
| kbd:[Alt+a] | Switch to next buffer with activity (with priority: highlight, message, other). | `/input jump_smart`