From 83d7b9c7ce20f16681afacf99ed3ab47427f1ded Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Sun, 28 Feb 2021 17:58:30 +0800 Subject: all: fixes and new modules --- basics/.config/alacritty/alacritty.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'basics/.config/alacritty') diff --git a/basics/.config/alacritty/alacritty.yml b/basics/.config/alacritty/alacritty.yml index ee87a85..f127df7 100644 --- a/basics/.config/alacritty/alacritty.yml +++ b/basics/.config/alacritty/alacritty.yml @@ -431,12 +431,12 @@ alt_send_esc: true # - AppKeypad key_bindings: # (Windows/Linux only) - - { key: V, mods: Control|Shift, action: Paste } - - { key: C, mods: Control|Shift, action: Copy } - - { 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: V, mods: Control|Shift, action: Paste } + - { key: C, mods: Control|Shift, action: Copy } + - { key: Insert, mods: Shift, action: PasteSelection } + - { key: Key0, mods: Control, action: ResetFontSize } + - { key: Equals, mods: Control, action: IncreaseFontSize } + - { key: Minus, mods: Control, action: DecreaseFontSize } # (macOS only) #- { key: Key0, mods: Command, action: ResetFontSize } -- cgit v1.2.3