Alacritty: Fix "Subtract"->"Minus" key name for 0.6.0
This commit is contained in:
parent
91ce63b078
commit
2fb0e9f90c
@ -47,7 +47,7 @@ key_bindings:
|
||||
# font sizing
|
||||
- { key: Key0, mods: Control, action: ResetFontSize }
|
||||
- { key: Equals, mods: Control, action: IncreaseFontSize }
|
||||
- { key: Subtract, mods: Control, action: DecreaseFontSize }
|
||||
- { key: Minus, mods: Control, action: DecreaseFontSize }
|
||||
|
||||
# new instance in cwd
|
||||
- { key: Return, mods: Super, action: SpawnNewInstance }
|
||||
|
Loading…
Reference in New Issue
Block a user