explicit binding to reset the font size

This commit is contained in:
Ivar Fatland
2026-04-09 16:20:12 +02:00
parent e4aef2241d
commit 96c003291b
@@ -28,3 +28,8 @@ action = "IncreaseFontSize"
key = "-" key = "-"
mods = "Control" mods = "Control"
action = "DecreaseFontSize" action = "DecreaseFontSize"
[[keyboard.bindings]]
key = "0"
mods = "Control"
action = "ResetFontSize"