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
Is your feature request related to a problem? Please describe.
Thanks to kitten @ set-font-sizei can change the size of my font in neovim depending on if i'm editing a markdown file or not. It'd be great if we could swap fonts via remote control as well!
Describe the solution you'd like
Being able to change the font family manually for kitty instance with kitten @ set-font-family would be much appreciated :D
Describe alternatives you've considered
Currently i think this is only possible via making a temporary config file and reloading it.
Additional context
Mentioning this cause i saw the changes regarding variable font sizes (#8226). Maybe this would also be a nice step towards variable fonts? Something to consider while implementing.
Setting up a neovim plugin to query different fonts for lualine and file contents would be sublime - but that's for the possible future. (and frankly, inserting font names in escape codes, plus the variable width of fonts sounds like a pain - but i'm mentioning this anyways!).
The text was updated successfully, but these errors were encountered:
Supporting different fonts is not going to happen because as you point
out they wont fit in the same cells. But see #8226 for a way to distinguish parts of a terminal UI based on font size.
Is your feature request related to a problem? Please describe.
Thanks to
kitten @ set-font-size
i can change the size of my font in neovim depending on if i'm editing a markdown file or not. It'd be great if we could swap fonts via remote control as well!Describe the solution you'd like
Being able to change the font family manually for kitty instance with
kitten @ set-font-family
would be much appreciated :DDescribe alternatives you've considered
Currently i think this is only possible via making a temporary config file and reloading it.
Additional context
Mentioning this cause i saw the changes regarding variable font sizes (#8226). Maybe this would also be a nice step towards variable fonts? Something to consider while implementing.
Setting up a neovim plugin to query different fonts for lualine and file contents would be sublime - but that's for the possible future. (and frankly, inserting font names in escape codes, plus the variable width of fonts sounds like a pain - but i'm mentioning this anyways!).
The text was updated successfully, but these errors were encountered: