filip <fi...@flilp.xyz> wrote: > Hello, > I have set up bindings for zooming, but when I try to zoom it only > scrolls... > Is this is a common issue? > > //F
Greetings, Zoom does not work in st if you are using bitmap fonts. Or it does work, but only for the dimensions you have for that specific font. So if you have 24px and 10 px, (same font) it should switch between them. But the best solution is to use ttf or otf fonts so that their glyphs can be scaled to any size. If that does not happen, then likely the problem is on your side. Regards.