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
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 ggn then it will match the first occurrence on the page [1/n], same thing for GN 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
The text was updated successfully, but these errors were encountered:
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
The issue is already reported or known issue?
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 forG
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
The text was updated successfully, but these errors were encountered: