1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
helix/helix-term
Michael Davis 211f368064
Respect mode when starting a search (#10505)
Currently the editor mode has no effect on the behavior of `search` and
`rsearch`. We can pass in the right movement for the editor mode to make
the behavior or `search` and `rsearch` match `search_next` and
`search_prev` in select mode.
2024-04-20 10:25:11 +09:00
..
src Respect mode when starting a search (#10505) 2024-04-20 10:25:11 +09:00
tests Implement read command (#10447) 2024-04-17 17:57:57 -05:00
.gitignore
build.rs
Cargo.toml