From c3298f0111a947b060b7af3faffbcb951274fe26 Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 26 Oct 2019 17:12:02 +0200 Subject: [PATCH] add copy&paste to alacritty config --- dotfiles/alacritty/.config/alacritty/alacritty.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/alacritty/.config/alacritty/alacritty.yml b/dotfiles/alacritty/.config/alacritty/alacritty.yml index 786d90f..3565f4d 100644 --- a/dotfiles/alacritty/.config/alacritty/alacritty.yml +++ b/dotfiles/alacritty/.config/alacritty/alacritty.yml @@ -509,8 +509,8 @@ debug: # - AppKeypad key_bindings: # (Windows/Linux only) - #- { key: V, mods: Control|Shift, action: Paste } - #- { key: C, mods: Control|Shift, action: Copy } + - { key: V, mods: Control|Shift, action: Paste } + - { key: C, mods: Control|Shift, action: Copy } #- { key: Insert, mods: Shift, action: PasteSelection } #- { key: Key0, mods: Control, action: ResetFontSize } #- { key: Equals, mods: Control, action: IncreaseFontSize }