-
Notifications
You must be signed in to change notification settings - Fork 70
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
Support GUI font requester #98
Comments
We could add that feature in theory, but I’m not sure if it’s something we want to add. It depends on how much we’re willing to stray from the keyboard-centric, Vim feeling. Such a feature, while convenient for some, may make GNvim’s overall UI a bit inconsistent. ATM GNvim is more of an enhanced Neovim, as opposed to what one would consider a traditional GUI text editor; this feature could change that, which may or may not be desired. An alternative would be to open a keyboard-centric interface when the user enters All that being said, this feature is a convenience which I think we should look into; I’m not sure what route we want to take though, so some discussion is probably a good idea. @vhakulinen @badosu what do you think? |
gives UIs a chance to handle it. |
Though |
I did have the idea of opening gui font selector on |
On some platforms you can execute
to bring up a font requester dialog and interactively pick your font. Screenshot:
Could GNvim implement that font requester option for
set guifont=*
?The text was updated successfully, but these errors were encountered: