aboutsummaryrefslogtreecommitdiff
path: root/alacritty.yml
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-12-26 22:52:37 -0500
committerJoe Wilm <joe@jwilm.com>2016-12-26 22:56:19 -0500
commitae470bf68bf27921109890da3d90a5b61fa6a7aa (patch)
treed9e3d3a90f29471a0fe68a0e3966d95deb3a6f39 /alacritty.yml
parentd28a7344731c4cd913687a893334555feed4e270 (diff)
downloadalacritty-ae470bf68bf27921109890da3d90a5b61fa6a7aa.tar.gz
alacritty-ae470bf68bf27921109890da3d90a5b61fa6a7aa.zip
Implement copying selection for macOS
Still need automatic loading into selection copy buffer for linux.
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml
index 61134552..1fbcb63f 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -116,6 +116,7 @@ colors:
# bytes. Possible values of `action` include `Paste` and `PasteSelection`.
key_bindings:
- { key: V, mods: Command, action: Paste }
+ - { key: C, mods: Command, action: Copy }
- { key: Home, chars: "\x1b[H", mode: ~AppCursor }
- { key: Home, chars: "\x1b[1~", mode: AppCursor }
- { key: End, chars: "\x1b[F", mode: ~AppCursor }