summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-12-31 05:33:58 +0000
committerGitHub <noreply@github.com>2020-12-31 05:33:58 +0000
commit0aa1df327bf5c3e7892ad13d949be7e598aafda9 (patch)
tree9720a7668255080fb078e3658eb852de1a800349 /CHANGELOG.md
parentd0301ef655e7cb5631e4492039a386d28d0c49fb (diff)
Add default binding to cancel search on Ctrl+C
Fixes #4612.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
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