Docs: scrolling to the last jumped position

This commit is contained in:
pagedown 2021-11-17 00:31:03 +08:00
parent da3c6945ae
commit 555efa4b70
No known key found for this signature in database
GPG Key ID: E921CF18AC8FF6EB

View File

@ -91,6 +91,13 @@ following mapping in :file:`kitty.conf`:
Now, pressing :kbd:`F1` will cause the output of the last jumped to command to
be opened in a pager for easy browsing.
You can also add shortcut to scroll to the last jumped position. For example,
define the following in :file:`kitty.conf`:
.. code:: conf
map f1 scroll_to_prompt 0
How it works
-----------------