diff options
author | Benjamin Morrison <ben@gbmor.dev> | 2020-10-24 19:23:06 -0400 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.dev> | 2020-10-24 19:23:06 -0400 |
commit | 3d7947ed645ca63ad1346a295dcc839e271f0066 (patch) | |
tree | 66c559fa6c1b83d147b02c5ce9677ed1b11e9bda | |
parent | 8112ba0ceedd2ccc23beeb44ca8ae929d092b8d4 (diff) | |
download | dogfiles-3d7947ed645ca63ad1346a295dcc839e271f0066.tar.gz |
config change with alacritty update
-rw-r--r-- | .config/alacritty/alacritty.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index eb1063f..5ef3302 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -372,7 +372,7 @@ key_bindings: - { key: Insert, mods: Shift, action: PasteSelection } - { key: Key0, mods: Control, action: ResetFontSize } - { key: Equals, mods: Control, action: IncreaseFontSize } - - { key: Subtract, mods: Control, action: DecreaseFontSize } + - { key: NumpadSubtract, mods: Control, action: DecreaseFontSize } - { key: L, mods: Control, action: ClearLogNotice } - { key: L, mods: Control, chars: "\x0c" } - { key: Home, chars: "\x1bOH", mode: AppCursor } |