diff --git a/program-config-files/alacritty.nix b/program-config-files/alacritty.nix index ec53209..c3af686 100644 --- a/program-config-files/alacritty.nix +++ b/program-config-files/alacritty.nix @@ -11,9 +11,7 @@ pkgs.writeText "alacritty-conf" '' [keyboard] bindings = [ - {key = "-", mods = "Alt", action = "DecreaseFontSize"}, - {key = "=", mods = "Alt", action = "IncreaseFontSize"}, - {key = "+", mods = "Alt | Shift", action = "ResetFontSize"}, + {key = "+", mods = "Control | Shift", action = "ResetFontSize"}, {key = "Enter", mods = "Alt | Shift", action = "SpawnNewInstance"}, ] ''