Skip to content

Commit a78138a

Browse files
committed
Add a reference to ctrl+shift+right click in the overview
1 parent 8fd5f18 commit a78138a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/overview.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,10 @@ Mouse features
191191
platforms with a primary clipboard).
192192
* You can middle click to paste from the primary clipboard (on platforms
193193
with a primary clipboard).
194+
* You can right click while holding :kbd:`ctrl+shift` to open the output
195+
of the clicked on command in a pager (requires :ref:`shell_integration`)
194196
* You can select text with kitty even when a terminal program has grabbed
195-
the mouse by holding down the :kbd:`shift` key.
197+
the mouse by holding down the :kbd:`shift` key
196198

197199
All these actions can be customized in :file:`kitty.conf` as described
198200
:ref:`here <conf-kitty-mouse.mousemap>`.

docs/shell-integration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ to be copied.
8181

8282
The feature to jump to previous prompts (
8383
:sc:`scroll_to_previous_prompt` and :sc:`scroll_to_next_prompt`) and mouse
84-
actions (``mouse_select_command_output`` and ``mouse_show_command_output``) can
84+
actions (:ref:`action-mouse_select_command_output` and :ref:`action-mouse_show_command_output`) can
8585
be integrated with browsing command output as well. For example, define the
8686
following mapping in :file:`kitty.conf`:
8787

0 commit comments

Comments
 (0)