From f43d431dfb6b4973ce075f36e6e1db54a83249c5 Mon Sep 17 00:00:00 2001 From: ray Date: Sat, 28 Nov 2020 15:18:48 +0000 Subject: [PATCH] update key name --- alacritty--light-small.yml | 2 +- alacritty--light.yml | 2 +- alacritty.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alacritty--light-small.yml b/alacritty--light-small.yml index 775289a..b1ff1ac 100644 --- a/alacritty--light-small.yml +++ b/alacritty--light-small.yml @@ -304,7 +304,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: Minus, mods: Control, action: DecreaseFontSize } - { key: Home, chars: "\x1bOH", mode: AppCursor } - { key: Home, chars: "\x1b[H", mode: ~AppCursor } - { key: End, chars: "\x1bOF", mode: AppCursor } diff --git a/alacritty--light.yml b/alacritty--light.yml index 327c78f..b16cf4b 100644 --- a/alacritty--light.yml +++ b/alacritty--light.yml @@ -305,7 +305,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: Minus, mods: Control, action: DecreaseFontSize } - { key: Home, chars: "\x1bOH", mode: AppCursor } - { key: Home, chars: "\x1b[H", mode: ~AppCursor } - { key: End, chars: "\x1bOF", mode: AppCursor } diff --git a/alacritty.yml b/alacritty.yml index fec1f70..6c14051 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -285,7 +285,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: Minus, mods: Control, action: DecreaseFontSize } - { key: Home, chars: "\x1bOH", mode: AppCursor } - { key: Home, chars: "\x1b[H", mode: ~AppCursor } - { key: End, chars: "\x1bOF", mode: AppCursor }