You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love this neovim-e! And here is a idea suggestion for enhancement.
Currently when pressing Meta + "0, -/_, +/=" doesn't trigger font size changing like in Terminals or Browser, or is there but I am not aware of?
Currently I have a quick dirty hack to check on ui.coffeekeydown event and change the fontsize dynamically, then force window.resizeTo() for redrawing the frames.
I am sure there are better ways to implement this properly.
The text was updated successfully, but these errors were encountered:
Love this
neovim-e
! And here is a idea suggestion for enhancement.Currently when pressing Meta + "0, -/_, +/=" doesn't trigger font size changing like in Terminals or Browser, or is there but I am not aware of?
Currently I have a quick dirty hack to check on
ui.coffee
keydown
event and change the fontsize dynamically, then forcewindow.resizeTo()
for redrawing the frames.I am sure there are better ways to implement this properly.
The text was updated successfully, but these errors were encountered: