From 053d9df0fe00ac86d9d543f4768519c3374e030b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 16 Nov 2021 21:41:21 +0530 Subject: [PATCH] ... --- docs/shell-integration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/shell-integration.rst b/docs/shell-integration.rst index 056bdf7ea..04a47371a 100644 --- a/docs/shell-integration.rst +++ b/docs/shell-integration.rst @@ -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.