diff --git a/alacritty.yml b/alacritty.yml index 58f3c44..502dffd 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -563,6 +563,7 @@ mouse_bindings: key_bindings: # (Windows, Linux, and BSD only) - { key: V, mods: Control|Shift, action: Paste } + - { key: V, mods: Control, action: Paste } - { key: C, mods: Control|Shift, action: Copy } - { key: Q, mods: Control, action: Quit } #- { key: Insert, mods: Shift, action: PasteSelection }