This commit is contained in:
Kovid Goyal 2021-11-16 21:41:21 +05:30
parent 595ab448be
commit 053d9df0fe
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -70,7 +70,7 @@ More ways to browse command output
You can add further key and mouse bindings to browse the output of commands
easily. For example to select the output of a command by right clicking the mouse
on the output, define the following in file:`kitty.conf`:
on the output, define the following in :file:`kitty.conf`:
.. code:: conf
@ -88,7 +88,7 @@ following mapping in :file:`kitty.conf`:
map f1 show_last_visited_command_output
Now, pressing :key:`F1` will cause the output of the last jumped to command to
Now, pressing :kbd:`F1` will cause the output of the last jumped to command to
be opened in a pager for easy browsing.