Setting for zoom level at startup #11179

Closed
opened 2026-01-31 02:40:48 +00:00 by claunia · 3 comments
Owner

Originally created by @timskovjacobsen on GitHub (Oct 27, 2020).

Set desired zoom level when opening a new tab

When opening a new terminal window (or tab), it opens with the default zoom level. One can hold CTRL and scroll the mouse wheel to adjust the zoom level.
This can get tedious if one always wants a different zoom level.

I was expecting a zoom setting to appear as autosuggestion either in global settings or the profile settings for each terminal in the json settings file. However, it doesn't seem to be supported yet.

The setting could be named as below and would be nice to have for each profile rather than a global setting:

"zoomLevel": "90"

where "90" denotes the zoom percentage compared to the default zoom level.

Originally created by @timskovjacobsen on GitHub (Oct 27, 2020). # Set desired zoom level when opening a new tab <!-- A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable). --> When opening a new terminal window (or tab), it opens with the default zoom level. One can hold CTRL and scroll the mouse wheel to adjust the zoom level. This can get tedious if one always wants a different zoom level. I was expecting a zoom setting to appear as autosuggestion either in [global settings](https://docs.microsoft.com/en-us/windows/terminal/customize-settings/global-settings) or the profile settings for each terminal in the json settings file. However, it doesn't seem to be supported yet. The setting could be named as below and would be nice to have for each profile rather than a global setting: ```json "zoomLevel": "90" ``` where `"90"` denotes the zoom percentage compared to the default zoom level.
Author
Owner

@zadjii-msft commented on GitHub (Oct 27, 2020):

So here's a little secret - when you "zoom" the terminal with the mouse wheel, we're actually just making the font size bigger. So if you wanted to "set the zoom" level of the Terminal, you could actually just set the fontSize bigger or smaller.

Does that work for you?

@zadjii-msft commented on GitHub (Oct 27, 2020): So here's a little secret - when you "zoom" the terminal with the mouse wheel, we're actually just making the font size _bigger_. So if you wanted to "set the zoom" level of the Terminal, you could actually just set the `fontSize` bigger or smaller. Does that work for you?
Author
Owner

@timskovjacobsen commented on GitHub (Oct 27, 2020):

It does work like magic! I now feel like I should have tried that before posting, but didn't think of it. Thanks a lot for the quick response.

@timskovjacobsen commented on GitHub (Oct 27, 2020): It does work like magic! I now feel like I should have tried that before posting, but didn't think of it. Thanks a lot for the quick response.
Author
Owner

@zadjii-msft commented on GitHub (Oct 27, 2020):

No problem! Happy to help ☺️

@zadjii-msft commented on GitHub (Oct 27, 2020): No problem! Happy to help ☺️
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#11179