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

@@ -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.