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

ivy-inhibit-action for counsel-git-grep counsel-ag and swiper #370

Closed
drorbemet opened this issue Jan 30, 2016 · 1 comment
Closed

ivy-inhibit-action for counsel-git-grep counsel-ag and swiper #370

drorbemet opened this issue Jan 30, 2016 · 1 comment

Comments

@drorbemet
Copy link

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.

@abo-abo
Copy link
Owner

abo-abo commented Jan 30, 2016

All these functions do very non-very-destructive things like changing point and buffer. They can easily be wrapped:

(setq x (save-excursion
          (swiper)))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants