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

String search improvement: Match counter and Relative next match #343

Open
2 tasks done
p-mackay opened this issue Feb 4, 2024 · 0 comments
Open
2 tasks done

String search improvement: Match counter and Relative next match #343

p-mackay opened this issue Feb 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@p-mackay
Copy link

p-mackay commented Feb 4, 2024

The issue is already reported or known issue?

  • I have searched the existing issues on github
  • I am using the latest version

Description

When doing a string search in Vim you have a counter of matched strings [m/n] on the bottom right, this would be nice to have in Vimmatic. Also in Vim the 'next' match is relative to where you are on the page. If I do gg n then it will match the first occurrence on the page [1/n], same thing for G N this will match the last occurring match. This is often nice to do to orient where you are on the page. Currently you have to cycle through each match and find the first/last match.

It would be really nice to have these features in Vimmatic.

Other details

No response

@p-mackay p-mackay added the enhancement New feature or request label Feb 4, 2024
@p-mackay p-mackay changed the title String search improvement: Match Counter and Relative Next Match String search improvement: Match counter and Relative next match Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant