diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/key_functions.xml | 8 | ||||
-rw-r--r-- | doc/en/weechat.en.xml | 8 |
2 files changed, 15 insertions, 1 deletions
diff --git a/doc/en/key_functions.xml b/doc/en/key_functions.xml index 55cea7262..8efefad36 100644 --- a/doc/en/key_functions.xml +++ b/doc/en/key_functions.xml @@ -106,6 +106,14 @@ <entry>scroll a few lines down</entry> </row> <row> + <entry><literal>scroll_top</literal></entry> + <entry>scroll to top of buffer</entry> +</row> +<row> + <entry><literal>scroll_bottom</literal></entry> + <entry>scroll to bottom of buffer</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 202044cf1..af92f7d32 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -574,6 +574,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA </entry> </row> <row> + <entry>Alt + Home / Alt + End</entry> + <entry> + Scroll to top / bottom of buffer + </entry> + </row> + <row> <entry>F5 / Alt + left arrow</entry> <entry> Switch to previous buffer @@ -610,7 +616,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA </entry> </row> <row> - <entry>Alt + Home / Alt + End</entry> + <entry>Alt + F11 / Alt + F12</entry> <entry> Go to the beginning / the end of nicklist </entry> |