-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Preivew not working fro helm-ff-run-grep-ag #1
Comments
Hi, thanks for reporting this issue! I think you have configured this package correctly. I never use |
Hi, sorry I wasn't able to reply during the weekend.
Now I did some experiments: I have two folders under Here is what happened: if I search under Regards, |
Thanks for these useful informations! Some changes from this package to version
Can you update the package to the latest version and see if the issue resolved? Thanks! |
Hi, Great work, it seems they are solved. |
Great! :D |
Hi again, sorry I have to reopen this issue....
As you want to preview all the helm with line number search, would it be better to have these two or others as well? I haven't got chance to look into your code, so I don't know if it is much trouble to include these.... Hope you consider that! UPDATE: actually I think |
I would definitely want to include all the possible commands! The code here is pretty simple, Like I have tried helm built-in ag, but couldn't get the command running... Not sure what I'm doing it wrong. I did what you mentioned in the last message, |
Hi, I just had tried around and I guess the reason is just because of the path. If I have the following folders and files:
and I am editing file Now if I start
As long as I use
I don't know if I have made things clear or worse :). |
Hmmm, You explained it clearly but what should I type for the command after keyword Sorry I don't really use these commands. :( |
@shenhai-ran Just in case you still were using this package 5 years later, the issue is a simple setting in TL;DR I tested it out when invoking I skimmed this entire issue but I believe this was the crux of what you were seeing/experience. Hope this helps you and anyone else that may stumble across this as well. |
I tried this with
helm-ff-run-grep-ag,
however helm-file-preview-mode doesn't turn on on startup, and preview of course not working.
(require 'helm-file-preview) (helm-file-preview-mode t)
Interesting though, if I evaluate second command manually, I got helm-file-preview-mode fired up, but preview still not working.
What else configurations do I need?
Thanks
The text was updated successfully, but these errors were encountered: