diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 265f395..8ac5a06 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|Shift, action: Paste } - - { key: C, mods: Control|Shift, action: Copy } + - { key: V, mods: Control, action: Paste } + - { key: C, mods: Control, action: Copy } - { key: Insert, mods: Shift, action: PasteSelection } - { key: Key0, mods: Control, action: ResetFontSize } - { key: Equals, mods: Control, action: IncreaseFontSize }