Alacritty: Use control+shift+{-,+,=} for font resizing
This commit is contained in:
parent
2fb0e9f90c
commit
7f75319f22
@ -45,9 +45,9 @@ key_bindings:
|
||||
- { key: C, mods: Control|Shift, action: Copy }
|
||||
|
||||
# font sizing
|
||||
- { key: Key0, mods: Control, action: ResetFontSize }
|
||||
- { key: Equals, mods: Control, action: IncreaseFontSize }
|
||||
- { key: Minus, mods: Control, action: DecreaseFontSize }
|
||||
- { key: Key0, mods: Control|Shift, action: ResetFontSize }
|
||||
- { key: Equals, mods: Control|Shift, action: IncreaseFontSize }
|
||||
- { key: Minus, mods: Control|Shift, action: DecreaseFontSize }
|
||||
|
||||
# new instance in cwd
|
||||
- { key: Return, mods: Super, action: SpawnNewInstance }
|
||||
|
Loading…
Reference in New Issue
Block a user