diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-12-31 05:33:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-31 05:33:58 +0000 |
commit | 0aa1df327bf5c3e7892ad13d949be7e598aafda9 (patch) | |
tree | 9720a7668255080fb078e3658eb852de1a800349 /CHANGELOG.md | |
parent | d0301ef655e7cb5631e4492039a386d28d0c49fb (diff) | |
download | alacritty-0aa1df327bf5c3e7892ad13d949be7e598aafda9.tar.gz alacritty-0aa1df327bf5c3e7892ad13d949be7e598aafda9.zip |
Add default binding to cancel search on Ctrl+C
Fixes #4612.
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 1a0d36e9..78f74a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Urgency support on Windows - Customizable keybindings for search - History for search mode, bound to ^P/^N/Up/Down by default +- Default binding to cancel search on Ctrl+C ### Changed |