diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-12-19 04:07:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-19 04:07:20 +0000 |
commit | 8a7f8c9d3eca214578439da417d37395971a711d (patch) | |
tree | 38040e9f123a8835794cb19557483eeeccd27781 /CHANGELOG.md | |
parent | 116faba7c607f1b2cb56c390d44b33a52603f642 (diff) | |
download | alacritty-8a7f8c9d3eca214578439da417d37395971a711d.tar.gz alacritty-8a7f8c9d3eca214578439da417d37395971a711d.zip |
Add separate mode for search bindings
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 7331f435..0175d10f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Support for cursor blinking escapes (`CSI ? 12 h`, `CSI ? 12 l` and `CSI Ps SP q`) - IME support on Windows - Urgency support on Windows +- Customizable keybindings for search ### Changed |