You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Add support for these motions in the vi mode parser, which can be found in shrs_vi crate
Implement the actual behavior in crates/shrs_line/src/vi.rs
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
shrs_vi
cratecrates/shrs_line/src/vi.rs
See also the merged issue #181 as a reference
The text was updated successfully, but these errors were encountered: