Add a default mapping for line_from_point selection

This commit is contained in:
Kovid Goyal
2021-05-23 11:37:26 +05:30
parent 32f6f18527
commit 00302b74d1
3 changed files with 9 additions and 9 deletions

View File

@@ -22,8 +22,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
ignored. The options were: ``terminal_select_modifiers``,
``rectangle_select_modifiers`` and ``open_url_modifiers``.
- Add a configurable mouse action to select from the clicked point to the end of the line.
(:iss:`3585`)
- Add a configurable mouse action (:kbd:`ctrl+alt+triplepress` to select from the
clicked point to the end of the line. (:iss:`3585`)
- Add the ability to un-scroll the screen to the ``kitty @ scroll-window``
remote control command (:iss:`3604`)

View File

@@ -257,6 +257,8 @@ Mouse features
* You can click on a URL to open it in a browser.
* You can double click to select a word and then drag to select more words.
* You can triple click to select a line and then drag to select more lines.
* You can triple click while holding :kbd:`ctrl+alt` to select from clicked
point to end of line.
* You can right click to extend a previous selection.
* You can hold down :kbd:`ctrl+alt` and drag with the mouse to select in
columns.