From e2eb5bbd2e564710d35d06f04789486b227ffeb8 Mon Sep 17 00:00:00 2001 From: Aaron Goodfellow Date: Fri, 15 Mar 2019 16:41:48 -0400 Subject: Add additional key bindings for changing font size This fixes #2010. --- alacritty.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'alacritty.yml') diff --git a/alacritty.yml b/alacritty.yml index 69268885..b35867c2 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -466,11 +466,14 @@ key_bindings: #- { key: Insert, mods: Shift, action: PasteSelection } #- { 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: Minus, mods: Control, action: DecreaseFontSize } # (macOS only) #- { key: Key0, mods: Command, action: ResetFontSize } #- { key: Equals, mods: Command, action: IncreaseFontSize } + #- { key: Add, mods: Command, action: IncreaseFontSize } #- { key: Minus, mods: Command, action: DecreaseFontSize } #- { key: K, mods: Command, action: ClearHistory } #- { key: K, mods: Command, chars: "\x0c" } -- cgit v1.2.3