-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
SPC /
: jump to the next match?
#2452
Comments
These are close to what you are asking for:
|
If you haven't opened another Helm buffer in the meantime, you can return to the last search results using I too, however, would love it to have an way (like in Vim) to easily switch to the next matching file without having to explictly re-visit the search. |
spacemacs/helm-project-smart-do-search-region-or-symbol
(SPC /
): jump to the next match?SPC /
: jump to the next match?
All useful tips. That minimizes the issue a little bit, nonetheless I do too think the functionality is needed. One more tip - |
I would like to have such feature too. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
How to jump to the next (previous) match with
SPC /
(spacemacs/helm-project-smart-do-search-region-or-symbol
) or with one of other search tools (SPC s ...
) after you selected a candidate.Vim (grep) equivalent:
:cn
.The text was updated successfully, but these errors were encountered: