-
Notifications
You must be signed in to change notification settings - Fork 145
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
Increase/decrease font size #312
Comments
For what it's worth, I made a hacky implementation of this a few weeks ago. It could take more work to do properly, though, since the docs say not to use both file-based and RPC-based config. Then again, maybe it's okay for this use case? If we want these changes to persist across sessions, the core will first need a way to modify the config file. That functionality might be useful for other settings, like theme and indentation. |
Hm. I could imagine this working as a per-buffer override setting? It wouldn't persist between sessions right now, but it could when we get state restoration working. |
@cmyr You're right, that could work too. VSCode seems to do a per-window override, while Sublime Text and Atom modify the original settings. I guess there are 2 different use cases:
Personally, I would find the global version a little more intuitive, and use the commands to reset it if I ever want to. But for people who do lots of presentations or screencasts, I could see an override being more convenient. @scholtzan did you have either particular version in mind? |
There are two sort of annoying limitations of both these projects:
|
In most text editors cmd+ and cmd- offer a quick way to increase and decrease the font size. It would be cool if xi mac would also support this.
The text was updated successfully, but these errors were encountered: