alacritty: improvement to zoom in hotkey

This commit is contained in:
PowerUser64 2021-10-06 23:22:38 -07:00
parent 774eac7b0f
commit 3cec380a34

View file

@ -77,7 +77,7 @@ key_bindings:
- { key: C, mods: Control|Shift, action: Copy }
- { key: Key0, mods: Control, action: ResetFontSize }
- { key: Equals, mods: Control, action: IncreaseFontSize }
- { key: Plus, mods: Control, action: IncreaseFontSize }
- { key: Plus, mods: Control|Shift, action: IncreaseFontSize }
- { key: Minus, mods: Control, action: DecreaseFontSize }
- { key: F11, action: ToggleFullscreen }