diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-04-09 22:29:48 +0200 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2023-04-15 03:09:27 +0300 |
commit | 586f982a260a1864f61f9aff6a861d3231bf3301 (patch) | |
tree | ce8a6accf9a03db01fc1b92d2250f0e17b9f8b46 /CHANGELOG.md | |
parent | 8b0305d3f01bbeaedabca8dee4619bb03d8c0561 (diff) | |
download | alacritty-586f982a260a1864f61f9aff6a861d3231bf3301.tar.gz alacritty-586f982a260a1864f61f9aff6a861d3231bf3301.zip |
Allow mode-exclusive bindings in any mode
This patch enables binding chains that go beyond mode changes by
allowing bindings to be defined for modes they do not usually have an
effect in.
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 9609ecc7..8288b589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## 0.13.0-dev +### Changed + +- Mode-specific bindings can now be bound in any mode for easier macros + ### Fixed - Character `;` inside the `URI` in `OSC 8` sequence breaking the URI |