From c7245614fcfe705947c56c0dd904e060d867b111 Mon Sep 17 00:00:00 2001 From: khvitaly Date: Tue, 9 Feb 2021 23:54:27 +0200 Subject: [PATCH] Document Focus-Follow-Mouse setting --- TerminalDocs/customize-settings/interaction.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/TerminalDocs/customize-settings/interaction.md b/TerminalDocs/customize-settings/interaction.md index 4b442c26..64d2f3fd 100644 --- a/TerminalDocs/customize-settings/interaction.md +++ b/TerminalDocs/customize-settings/interaction.md @@ -165,3 +165,19 @@ When this is set to `true`, trying to paste text with multiple lines will displa **Accepts:** `true`, `false` **Default value:** `true` + +
+ +___ + +## Automatically move focus to pane on mouse hover + +When this is set to `true`, the terminal will move focus to the pane on mouse hover. When it's set to `false`, a click will be required to focus the pane using the mouse. + +**Property name:** `focusFollowMouse` + +**Necessity:** Optional + +**Accepts:** `true`, `false` + +**Default value:** `false`