alacritty: improvement to zoom in hotkey
This commit is contained in:
parent
774eac7b0f
commit
3cec380a34
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue