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
In fact, I really like how swiper handles this: when you are in the middle of a search and activate the ivy-occur action, it stops the current search and leaves you in the occur buffer.
I'm not sure what the use case is for the current ctrlf behaviour where the occur buffer pops up, but the search continues, and the occur buffer closes when the search is terminated. (Happy to be educated about the expected workflow)
Sounds fine to me---I wasn't the one to implement the occur integration (it's from #48), and I agree that the current behavior seems confusing. Maybe @andschwa can comment on whether it's intentional, or the result of a bug in how minibuffer handling works.
Oh no, I don't remember at all 😅 if it's not how the built-in isearch or occur works, then it likely wasn't intentional, I tried to match it as closely as possible.
Hi there — this is a great package!
May I make one feature request? When I use M-s o to occur the current search input, and subsequently use C-g to quit, the occur buffer is closed.
Could we keep the occur buffer around even after C-g? (Or introduce an option for this?) I believe this is how standard isearch behaves.
Thanks!
The text was updated successfully, but these errors were encountered: