From 3bd9a79670b4170ada601d107f66db379f2f382c Mon Sep 17 00:00:00 2001 From: Hans Kilian Date: Mon, 11 Jul 2022 09:51:44 +0200 Subject: [PATCH] Update interaction.md You left click to block select --- TerminalDocs/customize-settings/interaction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TerminalDocs/customize-settings/interaction.md b/TerminalDocs/customize-settings/interaction.md index 65e96588..48f304d6 100644 --- a/TerminalDocs/customize-settings/interaction.md +++ b/TerminalDocs/customize-settings/interaction.md @@ -45,7 +45,7 @@ ___ ## Remove trailing white-space in rectangular selection -When this is set to `true` and you copy text in a rectangular (block) selection to the clipboard, trailing white-spaces are removed from each line. When it's set to `false`, the white-spaces are preserved, ensuring that all lines have the same length. To copy text in a rectangular (block) selection, hold down the Alt key, right-click, and drag your mouse over the text area you want to select. This can be useful for selecting text columns, etc. +When this is set to `true` and you copy text in a rectangular (block) selection to the clipboard, trailing white-spaces are removed from each line. When it's set to `false`, the white-spaces are preserved, ensuring that all lines have the same length. To copy text in a rectangular (block) selection, hold down the Alt key, click and drag your mouse over the text area you want to select. This can be useful for selecting text columns, etc. **Property name:** `trimBlockSelection`