diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-11-28 23:18:22 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-11-28 21:18:22 +0100 |
commit | 0d637a096a53a0b8da2cfb6a8d8a0050cc4f2b34 (patch) | |
tree | 2bd3b3615ff93acaf3c68bb050a760d7e58de054 /CHANGELOG.md | |
parent | 1836d4679a4bbbadca49ae103c1eb22aa36ff96e (diff) | |
download | alacritty-0d637a096a53a0b8da2cfb6a8d8a0050cc4f2b34.tar.gz alacritty-0d637a096a53a0b8da2cfb6a8d8a0050cc4f2b34.zip |
Add Insert/Delete bindings with combined modifiers
Fixes #3046.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f09ad225..d1249ac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added compatibility logo variants for environments which can't render the default SVG +### Added + +- Terminal escape bindings with combined modifiers for Delete and Insert + ### Fixed - URLs not truncated with non-matching single quote |