diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-03-24 02:46:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-23 23:46:33 +0000 |
commit | c9c5fbbe2bd522c55af041e84d6a222c059555b1 (patch) | |
tree | 0bff3e8a9a38dc97b9bc3a64215a19ac83f50835 /CHANGELOG.md | |
parent | a2875454b1c6b856ccb7f61e737ea1e090b0e054 (diff) | |
download | alacritty-c9c5fbbe2bd522c55af041e84d6a222c059555b1.tar.gz alacritty-c9c5fbbe2bd522c55af041e84d6a222c059555b1.zip |
Add CopyPrimary keybinding action on Linux/BSD
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a05428..f9c68516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Default Command+N keybinding for SpawnNewInstance on macOS - Vi mode for copying text and opening links +- `CopySelection` action which copies into selection buffer on Linux/BSD ### Changed |