diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index 6290edfa..1b59434f 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -292,6 +292,8 @@ live_config_reload: true key_bindings: - { key: V, mods: Control|Shift, action: Paste } - { key: C, mods: Control|Shift, action: Copy } + - { key: Paste, action: Paste } + - { key: Copy, action: Copy } - { key: Q, mods: Command, action: Quit } - { key: W, mods: Command, action: Quit } - { key: Insert, mods: Shift, action: PasteSelection } |