-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an ability to reset zoom #2578
Comments
Just a note: for now, you can somewhat work around this by triggering a settings reload. E.g. by sp "~\AppData\Local\Packages\Microsoft.WindowsTerminal_*\LocalState\profiles.json" LastWriteTime (Get-Date) |
Ctrl+0 works for me. I'm searching for a way to disable zooming at all. This did it for ctrl+-, but I haven't found custom bindings for the mouse wheel. {
"command": "unbound",
"keys": [ "ctrl+-" ]
}, |
@zoechi for the record, the reason "increaseFontSize" is bound to Ctrl+= is that on a US keyboard layout, Goodness gracious, this was actually added in #3505, which was shipped in 0.7. Looks like we let #3319 exist without getting duped to this thread. |
@zadjii-msft Thanks for the info. I wasn't aware of that because on German keyboards it's usually Ctrl++ |
Description of the new feature/enhancement
Allow to reset the zoom (to 100%) after changing it with
Ctrl + Mouse scroll
. A keyboard shortcut -- say,Ctrl+0
-- would be enough to start with.There is already an issue for this request, but it mainly addresses another bug.
The text was updated successfully, but these errors were encountered: