Change font size keybinds for alacritty
This commit is contained in:
parent
543b124487
commit
497990316a
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ pkgs.writeText "alacritty-conf" ''
|
|||
[keyboard]
|
||||
bindings = [
|
||||
{key = "-", mods = "Alt", action = "DecreaseFontSize"},
|
||||
{key = "+", mods = "Alt | Shift", action = "IncreaseFontSize"},
|
||||
{key = "=", mods = "Alt", action = "ResetFontSize"},
|
||||
{key = "=", mods = "Alt", action = "IncreaseFontSize"},
|
||||
{key = "+", mods = "Alt | Shift", action = "ResetFontSize"},
|
||||
{key = "Enter", mods = "Alt | Shift", action = "SpawnNewInstance"},
|
||||
]
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue