This commit is contained in:
Kovid Goyal 2021-11-16 22:25:18 +05:30
commit c8aba303e8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

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
-----------------