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

SPC /: jump to the next match? #2452

Closed
xged opened this issue Jul 29, 2015 · 5 comments
Closed

SPC /: jump to the next match? #2452

xged opened this issue Jul 29, 2015 · 5 comments
Labels
Enhancement ☺ Fixed in develop Helm Question stale marked as a stale issue/pr (usually by a bot)

Comments

@xged
Copy link

xged commented Jul 29, 2015

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.

@justbur
Copy link
Contributor

justbur commented Jul 30, 2015

These are close to what you are asking for:

  • TAB on each match in the helm buffer will open the file showing the match in another window without closing helm.
  • C-c C-f enables follow mode which automatically shows the match in another window as you C-j C-k through the possible matches.
  • C-c ? will show all of the options for the current helm session.

@mmcnl
Copy link

mmcnl commented Jul 31, 2015

If you haven't opened another Helm buffer in the meantime, you can return to the last search results using SPC h l.

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.

@xged xged changed the title spacemacs/helm-project-smart-do-search-region-or-symbol (SPC /): jump to the next match? SPC /: jump to the next match? Aug 2, 2015
@xged
Copy link
Author

xged commented Aug 2, 2015

All useful tips. That minimizes the issue a little bit, nonetheless I do too think the functionality is needed. One more tip -
F3: in a helm buffer, convert a helm search buffer into a regular buffer.

@syl20bnr
Copy link
Owner

syl20bnr commented Aug 3, 2015

I would like to have such feature too.
It should be provided by SPC e n (next-error) but somehow the search with helm is not compatible with next-error :-(

@github-actions
Copy link

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!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement ☺ Fixed in develop Helm Question stale marked as a stale issue/pr (usually by a bot)
Projects
None yet
Development

No branches or pull requests

6 participants