diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/config.xml | 7 | ||||
-rw-r--r-- | doc/en/key_functions.xml | 8 | ||||
-rw-r--r-- | doc/en/weechat.en.xml | 8 |
3 files changed, 22 insertions, 1 deletions
diff --git a/doc/en/config.xml b/doc/en/config.xml index 3460e3ab6..b0a4cc20a 100644 --- a/doc/en/config.xml +++ b/doc/en/config.xml @@ -69,6 +69,13 @@ <entry>Use same buffer for all servers</entry> </row> <row> + <entry><option>look_scroll_amount</option></entry> + <entry>integer</entry> + <entry>between 1 and 2147483647</entry> + <entry></entry> + <entry>How many lines to scroll by with scroll_up and scroll_down</entry> +</row> +<row> <entry><option>look_buffer_timestamp</option></entry> <entry>string</entry> <entry>any string</entry> diff --git a/doc/en/key_functions.xml b/doc/en/key_functions.xml index 96eadd0ba..4c05fac01 100644 --- a/doc/en/key_functions.xml +++ b/doc/en/key_functions.xml @@ -98,6 +98,14 @@ <entry>scroll one page down</entry> </row> <row> + <entry><literal>scroll_up</literal></entry> + <entry>scroll a few lines up</entry> +</row> +<row> + <entry><literal>scroll_down</literal></entry> + <entry>scroll a few lines down</entry> +</row> +<row> <entry><literal>nick_beginning</literal></entry> <entry>display beginning of nicklist</entry> </row> diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml index c7471c644..db5a0fd59 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -564,7 +564,13 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA <row> <entry>PageUp / PageDown</entry> <entry> - Show buffer history + Scroll up / down one page in buffer history + </entry> + </row> + <row> + <entry>Alt + PageUp / Alt + PageDown</entry> + <entry> + Scroll up / down a few lines in buffer history </entry> </row> <row> |