diff --git a/TerminalDocs/customize-settings/interaction.md b/TerminalDocs/customize-settings/interaction.md index 00752278..a025a5f6 100644 --- a/TerminalDocs/customize-settings/interaction.md +++ b/TerminalDocs/customize-settings/interaction.md @@ -244,6 +244,7 @@ When enabled, this allows the Terminal window to automatically be hidden as soon **Default value:** `false`
+ ___ ## Automatically focus pane on mouse hover @@ -262,6 +263,22 @@ When this is set to `true`, the terminal will move focus to the pane on mouse ho ___ +## Adjust terminal font size by scrolling while holding the Ctrl key + +When this is set to `true`, holding the Ctrl key while scrolling will increase or decrease the terminal font size. This is an experimental feature and its continued existence is not guaranteed. + +**Property name:** `experimental.scrollToZoom` + +**Necessity:** Optional + +**Accepts:** `true`, `false` + +**Default value:** `true` + +
+ +___ + ## Automatically detect URLs and make them clickable When this is set to `true`, URLs will be detected by the terminal. This will cause URLs to underline on hover and be clickable by pressing Ctrl. This is an experimental feature and its continued existence is not guaranteed.