aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-08-09 22:57:55 +0000
committerGitHub <noreply@github.com>2020-08-10 01:57:55 +0300
commit4b516c63654465041604d3e4c816136a902287a4 (patch)
treee32af1d29d4de7f516268fae1d187904f88f67e6 /CHANGELOG.md
parent576252294d09c1f52ec73bde03652349bdf5a529 (diff)
downloadalacritty-4b516c63654465041604d3e4c816136a902287a4.tar.gz
alacritty-4b516c63654465041604d3e4c816136a902287a4.zip
Add ^C binding to cancel search and leave Vi mode
Fixes #4089.
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 f3255e2e..0d792622 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/).
- Secondary device attributes escape (`CSI > 0 c`)
- Support for colon separated SGR 38/48
+- New Ctrl+C binding to cancel search and leave vi mode
### Changed