In some apps such as emacs, when you scale the font size (using a bind such as ctrl+- and ctrl+=) the font size gets multiplied by a scaling factor instead of adding on a constant value, this makes increasing the font to a large size much easer as you dont have to press the keybind as many times
Currently in kitty theres no default way to do this, even with kitties (as far as im aware)
I think this option should be configurable in kitty.conf as that would be logical, could be something like:
font_size_scale_factor 1.2
font_size_scale_multiplicative yes
I have tried creating a kitten to do this but as far as im aware its impossible, i have made one which works on a patched version of kitty but its not nearly close to being a good solution
In some apps such as emacs, when you scale the font size (using a bind such as ctrl+- and ctrl+=) the font size gets multiplied by a scaling factor instead of adding on a constant value, this makes increasing the font to a large size much easer as you dont have to press the keybind as many times
Currently in kitty theres no default way to do this, even with kitties (as far as im aware)
I think this option should be configurable in
kitty.confas that would be logical, could be something like:I have tried creating a kitten to do this but as far as im aware its impossible, i have made one which works on a patched version of kitty but its not nearly close to being a good solution