-
-
Notifications
You must be signed in to change notification settings - Fork 339
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
counsel-git-grep-other-window #3043
Comments
Hello, thanks for looking into this!
Note that
So we should probably avoid overriding A common (but frustratingly not consistent) key for "other window" actions in Ivy/Swiper/Counsel is (counsel-git-grep "\"j\"") in
No and yes:
So, if you are on a sufficiently recent Emacs version, you could e.g.
Yes, I would be more than happy to merge something like this (Counsel has to maintain existing features for backward compatibility even if vanilla Emacs provides a more general mechanism).
Yes, the idea is to provide a core internal subroutine that does the general work, and call it from "this window", "other window", etc. wrappers which can be specified via
Excellent! Here's the form skeleton to fill in and email to
|
Good to know about the more general options available in Emacs. Thank you. I'll get process started for the copyright assignment and get a PR with the code changes ready in the mean time. |
No movement on the Copyright Assignment, but PR is up if you want to start giving feedback. |
Good morning!
I've frequently found myself wanting to
counsel-git-grep
, but having the results open in another window. I was able to achieve this by splitting up counsel-git-grep-action in the following way:and then setting an ivy-action to the command
counsel-git-grep
I'm wondering, if
I've seen CONTRIBUTING.org and the section about Copyright Assignment. I'll be happy to fill out the form, make any suggested changes to the code above and prepare a PR, if there is interest in adding this functionality.
The text was updated successfully, but these errors were encountered: