From 0f700a01bd73623cdfc0afc4a54f9e82f46d8f49 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sat, 16 Jun 2018 10:11:47 +0000 Subject: Add Copy/Cut/Paste keys This just adds support for the Copy/Cut/Paste keys and sets up Copy/Paste as alternative defaults for Ctrl+Shift+C/V. --- alacritty_macos.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'alacritty_macos.yml') diff --git a/alacritty_macos.yml b/alacritty_macos.yml index eff28e3e..19590842 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -267,6 +267,8 @@ live_config_reload: true key_bindings: - { key: V, mods: Command, action: Paste } - { key: C, mods: Command, action: Copy } + - { key: Paste, action: Paste } + - { key: Copy, action: Copy } - { key: Q, mods: Command, action: Quit } - { key: W, mods: Command, action: Quit } - { key: Home, chars: "\x1bOH", mode: AppCursor } -- cgit v1.2.3-54-g00ecf