MrPicklePinosaur / shrs

The rusty shell toolkit for hackers
https://mrpicklepinosaur.github.io/shrs/
Apache License 2.0
301 stars 24 forks source link

[Feature]: `f`, `F`, `t` and `T` motions for vi mode #230

Open MrPicklePinosaur opened 1 year ago

MrPicklePinosaur commented 1 year ago

What would you like to see added?

Part of #96

Support f<motion> family of keybindings in vi mode implementation. These keys take in a character and will seek to it. See vim's documentation on how these motions work for implementation details.

Implementation suggestions

See also the merged issue #181 as a reference

MrPicklePinosaur commented 5 months ago

blocked by #350