Update alacritty keybinds
This commit is contained in:
parent
d54c469e2d
commit
577e43d6dc
1 changed files with 1 additions and 3 deletions
|
@ -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"},
|
||||
]
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue