File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
197199All these actions can be customized in :file: `kitty.conf ` as described
198200:ref: `here <conf-kitty-mouse.mousemap >`.
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ to be copied.
8181
8282The 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
8585be integrated with browsing command output as well. For example, define the
8686following mapping in :file: `kitty.conf `:
8787
You can’t perform that action at this time.
0 commit comments