diff --git a/freeBSD/alacritty/alacritty.yml b/freeBSD/alacritty/alacritty.yml index fc0c923..f700de3 100644 --- a/freeBSD/alacritty/alacritty.yml +++ b/freeBSD/alacritty/alacritty.yml @@ -61,5 +61,7 @@ key_bindings: - { key: Plus, mods: Control, action: IncreaseFontSize } - { key: Minus, mods: Control, action: DecreaseFontSize } - { key: 0, mods: Control, action: ResetFontSize } - - { key: C, mods: Control, action: Copy } - - { key: V, mods: Control, action: Paste } + - { key: V, mods: Control|Shift, action: Paste } + - { key: V, mods: Control, chars: "\x16" } + - { key: C, mods: Control|Shift, action: Copy } + - { key: C, mods: Control, chars: "\x03" }