diff options
Diffstat (limited to 'doc/en/weechat_faq.en.adoc')
-rw-r--r-- | doc/en/weechat_faq.en.adoc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc index 785f1530d..bf705de34 100644 --- a/doc/en/weechat_faq.en.adoc +++ b/doc/en/weechat_faq.en.adoc @@ -591,6 +591,23 @@ version ≥ 4.0.0, the keys names become invalid and many keys won't work at all To repair them, exit WeeChat, remove all sections `[key*]` from weechat.conf and start WeeChat again: all default keys will be created. +[[key_f11]] +=== Key F11 maximizes the terminal window, how can I scroll up the nicklist? + +The key kbd:[F11] is commonly used by terminals to maximize the window, and +kbd:[F11]/kbd:[F12] are the default keys in WeeChat to scroll the nicklist. + +You can bind other keys, for example kbd:[Shift+F11] and kbd:[Shift+F12], +with WeeChat ≥ 4.0.0: + +---- +/key bind shift-f11 /bar scroll nicklist * -100% +/key bind shift-f12 /bar scroll nicklist * +100% +---- + +Other solution is to enable mouse (key: kbd:[Alt+m]) and scroll with the mouse +wheel (see also questions about <<mouse,mouse>>). + [[customize_key_bindings]] === How can I customize key bindings? |