We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would ivy-inhibit-action be an improvement for one or all of these? Having: counsel-git-grep counsel-ag swiper and similar?
Return: point AND (buffer OR full filepath)
As far as I understand ivy-inhibit-action would improve / generalize the interface for text search in a similar way it did for file search.
The text was updated successfully, but these errors were encountered:
f31ab12
All these functions do very non-very-destructive things like changing point and buffer. They can easily be wrapped:
(setq x (save-excursion (swiper)))
Sorry, something went wrong.
No branches or pull requests
Would ivy-inhibit-action be an improvement for one or all of these?
Having:
counsel-git-grep
counsel-ag
swiper
and similar?
Return:
point AND (buffer OR full filepath)
As far as I understand ivy-inhibit-action would improve / generalize the interface for text search in a similar way it did for file search.
The text was updated successfully, but these errors were encountered: