-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
make font size persisting to settings optional #23505
Comments
The fact that cmd-0 no longer allows one to have "base" font size which differs from the Zed default buffer_font_size of 15 (unless you never zoom) feels like a regression. |
Second this. I really liked the font size feeling "temporary" and being able to reset it. |
Totally agree, when you are on a call and just temporary zooming in for explaining some parts of code, you should be able to return to your standard font size to continue coding after a call. So I'm not against writing font size to config particulary, but setting font size to "null" with cmd+0 - this is something unexpected. You should be able always return to your previous default value which you set earlier in settings. Now you can achieve this only via git reset config - something wrong here. |
I'm used to VS Code and this change caught me by surprise. I'm curious if there was any precedent for this, because I can't recall using an editor that behaved this way. I don't see the point of making this configurable, either. If someone could find it in the settings, wouldn't they rather modify |
Sublime Text saves your zoom to your config like this, but I agree that it makes more sense to just change your preferred default size in settings. Sublime also lags when zooming due to having to update the file before the changes appeared. I liked being able to temporarily zoom with the keyboard in Zed, as it was very useful when explaining code or concepts to other people. |
Summary
Persisting font size changes to settings.json in #23265 removes the ability to have a custom default font size / regresses the behavior of "Reset Zoom" (cmd-0).
Description
I'd like if there were some way to support the old behaviour.
Zed Version and System Specs
Zed: v0.171.0 (Zed Preview)
OS: macOS 15.2.0
Memory: 18 GiB
Architecture: aarch64
The text was updated successfully, but these errors were encountered: