diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-01-01 05:19:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-01 05:19:03 +0000 |
commit | a1e2d6a5573d967aaceeadaefa17b6a00a2e4ca4 (patch) | |
tree | 5bdda93b515ad95a57487b266b021507bbc6b049 /CHANGELOG.md | |
parent | 8ed72cc065255007a7f0687e3b8a540e8c6202c6 (diff) | |
download | alacritty-a1e2d6a5573d967aaceeadaefa17b6a00a2e4ca4.tar.gz alacritty-a1e2d6a5573d967aaceeadaefa17b6a00a2e4ca4.zip |
Add vi/search line indicator
This adds a new visual indicator which shows the position in history of
either the display offset during search, or the vi mode cursor.
To make it as unintrusive as possible, the overlay is hidden whenever
the vi mode cursor collides with its position.
Fixes #3984.
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 a94c3a4d..ca1e5f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Customizable keybindings for search - History for search mode, bound to ^P/^N/Up/Down by default - Default binding to cancel search on Ctrl+C +- History position indicator for search and vi mode ### Changed |