From 5836e456e50abedb91ae557bbd76af4468fa85e7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 7 May 2021 09:19:17 +0530 Subject: [PATCH] Cleanup mouse features documentation --- docs/index.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 862aa3dfc..5c4c1c34c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -258,7 +258,8 @@ For example: Mouse features ------------------- -* You can hold down :kbd:`ctrl+shift` and click on a URL to open it in a browser. +* You can hold down :kbd:`ctrl+shift` and click on a URL to open it in a + browser (see also :opt:`open_url_modifiers`). * 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 right click to extend a previous selection. @@ -266,6 +267,8 @@ Mouse features columns (see also :opt:`rectangle_select_modifiers`). * Selecting text automatically copies it to the primary clipboard (on platforms with a primary clipboard). +* You can middle click to paste from the primary clipboard (on platforms + with a primary clipboard). * You can select text with kitty even when a terminal program has grabbed the mouse by holding down the :kbd:`shift` key (see also :opt:`terminal_select_modifiers`).