Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible to tweak 'f, F, t, T' so that we drop collapse selection as we move over the matches? #26

Open
effinsky opened this issue Oct 30, 2023 · 0 comments

Comments

@effinsky
Copy link

I've been unable to do this, figured there's sth in the way of remapping these -- the first two don't collapse the selection.

"f" = ["find_next_char", "collapse_selection"]
"F" = ["find_prev_char", "collapse_selection"]
"C-f" = ["repeat_last_motion", "collapse_selection"]

Oddly enough, remapping repeat_last_motion does work as intended here. Am I missing sth? Maybe it'd be good to include these in your mappings if we could make them work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant