alacritty/alacritty
Christian Duerr 142f84efb9
Add support for searching without vi mode
This implements search without vi mode by using the selection to track
the active search match and advancing it on user input. The keys to go
to the next or previous match are not configurable and are bound to
enter and shift enter based on Firefox's behavior.

Fixes #3937.
2020-07-15 21:27:32 +00:00
..
src Add support for searching without vi mode 2020-07-15 21:27:32 +00:00
Cargo.toml Remove gui dependencies from alacritty_terminal 2020-07-11 20:03:09 +03:00
build.rs Use compile_error! instead of panic! in build.rs 2020-06-15 23:01:21 +03:00