diff --git a/files/dotfiles/alacritty/alacritty.yml b/files/dotfiles/alacritty/alacritty.yml index fe68e95..20d781d 100644 --- a/files/dotfiles/alacritty/alacritty.yml +++ b/files/dotfiles/alacritty/alacritty.yml @@ -87,7 +87,7 @@ key_bindings: - { key: C, mods: Control|Shift, action: Copy } - { key: Key0, mods: Control, action: ResetFontSize } - { key: Equals, mods: Control, action: IncreaseFontSize } - - { key: Add, mods: Control, action: IncreaseFontSize } - - { key: Subtract, mods: Control, action: DecreaseFontSize } + - { key: NumpadAdd, mods: Control, action: IncreaseFontSize } + - { key: NumpadSubtract, mods: Control, action: DecreaseFontSize } - { key: Minus, mods: Control, action: DecreaseFontSize } - { key: N, mods: Control, action: SpawnNewInstance }