aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/search.rs
Commit message (Expand)AuthorAge
* Jump to the next number on the line before incrementing (#1778)antoyo2022-04-01
* Switch to a cleaner range-head moving abstraction.Nathan Vegdahl2021-07-24
* Update surround commands to work with gap indexing.Nathan Vegdahl2021-07-08
* fix: 2 panics while setting style + off by 1ahkrr2021-06-07
* fix: make find_prev_char and till_prev_char workahkrr2021-06-05
* f/t: Check if at bounds before searching, refs #43, closes #37Blaž Hrastnik2021-06-02
* Implement the f/t/F/T find/till family of commands.Blaž Hrastnik2021-03-11
* find-till (f) prototype, on_next_key mode implementation.Blaž Hrastnik2021-03-11
* search: draft f/tBlaž Hrastnik2021-03-10