Alacritty: Fix "Subtract"->"Minus" key name for 0.6.0

This commit is contained in:
Adam Goldsmith 2020-11-25 23:10:52 -05:00
parent 91ce63b078
commit 2fb0e9f90c
1 changed files with 1 additions and 1 deletions

View File

@ -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 }