Add a reference to ctrl+shift+right click in the overview

This commit is contained in:
Kovid Goyal
2021-11-18 08:42:30 +05:30
parent 8fd5f184b7
commit a78138ab61
2 changed files with 4 additions and 2 deletions

View File

@@ -191,8 +191,10 @@ Mouse features
platforms with a primary clipboard).
* You can middle click to paste from the primary clipboard (on platforms
with a primary clipboard).
* You can right click while holding :kbd:`ctrl+shift` to open the output
of the clicked on command in a pager (requires :ref:`shell_integration`)
* You can select text with kitty even when a terminal program has grabbed
the mouse by holding down the :kbd:`shift` key.
the mouse by holding down the :kbd:`shift` key
All these actions can be customized in :file:`kitty.conf` as described
:ref:`here <conf-kitty-mouse.mousemap>`.