alacritty: Do not bind PasteSelection

It is confusing to have both and remember what is active when. Just
use the damn clipboard.
This commit is contained in:
Sanchayan Maity 2023-01-26 14:07:30 +05:30
parent f5d12372bd
commit 780ea535f7
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 1 additions and 2 deletions

View File

@ -219,8 +219,7 @@ colors:
# - AppKeypad # - AppKeypad
# #
key_bindings: key_bindings:
- { key: V, mods: Control|Alt, action: Paste } - { key: V, mods: Control|Shift, action: Paste }
- { key: V, mods: Control|Shift, action: PasteSelection }
- { key: C, mods: Control|Shift, action: Copy } - { key: C, mods: Control|Shift, action: Copy }
- { key: Q, mods: Control, action: Quit } - { key: Q, mods: Control, action: Quit }
- { key: PageUp, mods: Shift, action: ScrollPageUp } - { key: PageUp, mods: Shift, action: ScrollPageUp }