mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
[alacritty] add minus to decrease font-size
This commit is contained in:
parent
720d083ddf
commit
40a66c57ae
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ key_bindings:
|
|||
- { key: Key0, mods: Control, action: ResetFontSize }
|
||||
- { key: Add, mods: Control, action: IncreaseFontSize }
|
||||
- { key: Subtract, mods: Control, action: DecreaseFontSize }
|
||||
- { key: Minus, mods: Control, action: DecreaseFontSize }
|
||||
- { key: L, mods: Control, action: ClearLogNotice }
|
||||
- { key: L, mods: Control, chars: "\x0c" }
|
||||
- { key: Home, mods: Shift, action: ScrollToTop }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue