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:
parent
f5d12372bd
commit
780ea535f7
1 changed files with 1 additions and 2 deletions
|
@ -219,8 +219,7 @@ colors:
|
|||
# - AppKeypad
|
||||
#
|
||||
key_bindings:
|
||||
- { key: V, mods: Control|Alt, action: Paste }
|
||||
- { key: V, mods: Control|Shift, action: PasteSelection }
|
||||
- { key: V, mods: Control|Shift, action: Paste }
|
||||
- { key: C, mods: Control|Shift, action: Copy }
|
||||
- { key: Q, mods: Control, action: Quit }
|
||||
- { key: PageUp, mods: Shift, action: ScrollPageUp }
|
||||
|
|
Loading…
Reference in a new issue