bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

[feat] use selected text as initial search string (helm-rg) #111

Closed bomgar closed 6 years ago

bomgar commented 6 years ago

Currently it is always an empty string. Calling helm-rg directly at least uses the thing at point. Using the current selection is also done by helm-projectile-ag so this should be consistent with what is already there.

bomgar commented 6 years ago

@xiongtx @bbatsov is this something that will be merged eventually or do I need to do this in my configuration?

xiongtx commented 6 years ago

:+1: