From 959dd0f4413214e7686f53b056cfab3e85f371ac Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 4 Dec 2020 23:11:03 +0100 Subject: [PATCH] Update --- alacritty.yml | 1 + 1 file changed, 1 insertion(+) 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 }