Update alacritty keybinds

This commit is contained in:
Vili Sinervä 2024-12-16 18:48:02 +02:00
parent d54c469e2d
commit 577e43d6dc
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -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"},
]
''