From 23735dbe48ed85f8812b01bf24e65544fb296804 Mon Sep 17 00:00:00 2001 From: Phil Bajsicki Date: Wed, 17 May 2023 15:45:45 +0200 Subject: [PATCH] Updated Alacritty config --- .config/alacritty/alacritty.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 8ac5a06..265f395 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -854,8 +854,8 @@ window: # a no-op if you do not wish to receive input characters for that binding. key_bindings: # (Windows, Linux, and BSD only) - - { key: V, mods: Control, action: Paste } - - { key: C, mods: Control, action: Copy } + - { 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 }