div updates

This commit is contained in:
Henrik Bakken
2025-04-08 23:40:45 +02:00
parent af9874c1d0
commit dedc56a296
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ config.set_environment_variables = { EDITOR = "nvim" }
config.keys = {
-- font size
{ key = "+", mods = "CTRL", action = act.IncreaseFontSize },
{ key = "+", mods = "SHIFT|CTRL", action = act.IncreaseFontSize },
{ key = "-", mods = "CTRL", action = act.DecreaseFontSize },
{ key = "=", mods = "SHIFT|CTRL", action = act.ResetFontSize },
-- search