alacritty/alacritty
Christian Duerr 9a4d847d89
Fix viless search origin
When searching without vi mode the display is no longer reset when the
user hasn't jumped between matches at all. Since there's no reason to
confirm the search, we shouldn't just reset the viewport without a good
reason.

The search is now also restarted completely when the entire search regex
is deleted. While this doesn't reset to the original viewport position
if the user has jumped between matches, it should make things feel a
little less arbitrary.

Fixes #4020.
2020-07-25 14:05:11 +00:00
..
src Fix viless search origin 2020-07-25 14:05:11 +00:00
Cargo.toml Bump version to 0.6.0-dev 2020-07-19 20:37:59 +00:00
build.rs Use compile_error! instead of panic! in build.rs 2020-06-15 23:01:21 +03:00