yasuyk / helm-git-grep

helm for git grep
GNU General Public License v3.0
71 stars 19 forks source link

Not working properly when helm-allow-mouse is t #52

Open tttuuu888 opened 11 months ago

tttuuu888 commented 11 months ago

Hi, thank you for this great package.

I have found that when I select a file in helm-git-grep, it always opens a new buffer something like mouse1:.. mouse2:.. mouse3: ... instead of the selected file, when helm-allow-mouse is t. I just found this because recently helm changed the default value of helm-allow-mouse to t. So, helm-git-grep will work fine when helm-allow-mouse is set back to nil, but I believe fix is a necessary. I hope this helps anyone who has had the same experience due to the recent helm update.

Thanks.

clemente commented 11 months ago

The buffer that is opened, is in my case: mouse-2: execute action^Jmouse-3: menu actions, where the ^J is a real newline.

beyondpie commented 7 months ago

@yasuyk

Thank you for your great work! I use this package every day! May I ask if this package is still maintained?

Thanks! Songpeng