From f3d916a454caaa2999ca595be28b33c52c9284d0 Mon Sep 17 00:00:00 2001
From: Paulina Kalicka <71526180+paulinek13@users.noreply.github.com>
Date: Tue, 15 Jul 2025 21:32:33 +0200
Subject: [PATCH 1/3] add docs for github.com/microsoft/terminal/pull/19127
---
TerminalDocs/customize-settings/interaction.md | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/TerminalDocs/customize-settings/interaction.md b/TerminalDocs/customize-settings/interaction.md
index 00752278..860ef648 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 with ctrl + scroll
+
+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:** `false`
+
+
+
+___
+
## 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.
From 0a0f8aee0ac5a30a6e4a5408a6065779e4985bd5 Mon Sep 17 00:00:00 2001
From: Paulina Kalicka <71526180+paulinek13@users.noreply.github.com>
Date: Wed, 16 Jul 2025 00:17:10 +0200
Subject: [PATCH 2/3] Default value: `true`
---
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 860ef648..1261d0b4 100644
--- a/TerminalDocs/customize-settings/interaction.md
+++ b/TerminalDocs/customize-settings/interaction.md
@@ -273,7 +273,7 @@ When this is set to `true`, holding the Ctrl key while scrolling will
**Accepts:** `true`, `false`
-**Default value:** `false`
+**Default value:** `true`
From bea4701583a086d3efe8d1518a52c836dbd1bef8 Mon Sep 17 00:00:00 2001
From: Paulina Kalicka <71526180+paulinek13@users.noreply.github.com>
Date: Thu, 17 Jul 2025 09:48:02 +0200
Subject: [PATCH 3/3] update
---
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 1261d0b4..a025a5f6 100644
--- a/TerminalDocs/customize-settings/interaction.md
+++ b/TerminalDocs/customize-settings/interaction.md
@@ -263,7 +263,7 @@ When this is set to `true`, the terminal will move focus to the pane on mouse ho
___
-## Adjust terminal font size with ctrl + scroll
+## 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.