mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-10 20:11:55 +01:00
alacritty: add font size keybinds
This commit is contained in:
parent
f82f568b01
commit
251b7aba1e
1 changed files with 8 additions and 5 deletions
|
@ -13,6 +13,9 @@ bell:
|
|||
shell:
|
||||
program: "tmux"
|
||||
|
||||
key_bindings:
|
||||
- { key: Plus, mods: Control, action: IncreaseFontSize }
|
||||
- { key: Minus, mods: Control, action: DecreaseFontSize }
|
||||
|
||||
# DRACULA THEME
|
||||
colors:
|
||||
|
|
Loading…
Reference in a new issue