Zoom in/out on the windows terminal perview doesn't work #1896

Closed
opened 2026-01-30 22:41:25 +00:00 by claunia · 6 comments
Owner

Originally created by @jj10133 on GitHub (Jun 22, 2019).

When either using the ctrl += for zooming or with the mouse scroll, there is no effect on the window. When clicked on the tab e.g of powershell the zoom doesn't work but then when clicked within the area of typing the commands it works

Originally created by @jj10133 on GitHub (Jun 22, 2019). When either using the ctrl += for zooming or with the mouse scroll, there is no effect on the window. When clicked on the tab e.g of powershell the zoom doesn't work but then when clicked within the area of typing the commands it works
Author
Owner

@JushBJJ commented on GitHub (Jun 23, 2019):

Not sure if it's a feature or bug for ctr+=/ctrl+-. But you can zoom in and out using a trackpad/mouse, you can do ctrl+scroll to zoom in or out.

@JushBJJ commented on GitHub (Jun 23, 2019): Not sure if it's a feature or bug for ctr+=/ctrl+-. But you can zoom in and out using a trackpad/mouse, you can do ctrl+scroll to zoom in or out.
Author
Owner

@DHowett-MSFT commented on GitHub (Jun 24, 2019):

This is actually probably the same as #1370.

@DHowett-MSFT commented on GitHub (Jun 24, 2019): This is actually probably the same as #1370.
Author
Owner

@pengu10 commented on GitHub (Jun 13, 2020):

anybody knows the zoom in/out shortcut syntax for settings.json ?
i cant zoom in only out..
windows 10, 2004 wsl2
windows terminal Version: 1.0.1401.0

@pengu10 commented on GitHub (Jun 13, 2020): anybody knows the zoom in/out shortcut syntax for settings.json ? i cant zoom in only out.. windows 10, 2004 wsl2 windows terminal Version: 1.0.1401.0
Author
Owner

@zadjii-msft commented on GitHub (Jun 15, 2020):

@pengu10 These are the default keybindings:

c0ffc9b6dc/src/cascadia/TerminalApp/defaults.json (L336-L339)

@zadjii-msft commented on GitHub (Jun 15, 2020): @pengu10 These are the default keybindings: https://github.com/microsoft/terminal/blob/c0ffc9b6dce9b632c868b6584a0f1c8c9dd1df93/src/cascadia/TerminalApp/defaults.json#L336-L339
Author
Owner

@jfernandz commented on GitHub (Mar 13, 2021):

You can overwrite the default config shown by @zadjii-msft with

{ "command": { "action": "adjustFontSize", "delta": 1 }, "keys": "ctrl+plus" },

so you will have Ctrl + + to increase the fontsize.

@jfernandz commented on GitHub (Mar 13, 2021): You can overwrite the default config shown by @zadjii-msft with `{ "command": { "action": "adjustFontSize", "delta": 1 }, "keys": "ctrl+plus" }, ` so you will have `Ctrl` + `+` to increase the fontsize.
Author
Owner

@ilan-schemoul commented on GitHub (Mar 25, 2024):

Ctrl+= works but ctrl+- doesn't work except if I copy paste " { "command": { "action": "adjustFontSize", "delta": -1 }, "keys": "ctrl+-" }, " into my config. Weird.

@ilan-schemoul commented on GitHub (Mar 25, 2024): Ctrl+= works but ctrl+- doesn't work except if I copy paste " { "command": { "action": "adjustFontSize", "delta": -1 }, "keys": "ctrl+-" }, " into my config. Weird.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1896