ericdanan / counsel-projectile

Ivy UI for Projectile
286 stars 39 forks source link

Option to use counsel-projectile-rg prefilled with word under cursor? #131

Closed zzantares closed 5 years ago

zzantares commented 5 years ago

Hello, I'm wondering if it is possible to use counsel-projectile-rg by automatically searching for the word under the cursor? didn't see a way to do that in the documentation but it seems like a a common thing to do, is this supported? if not, can be added?

Thanks!

ericdanan commented 5 years ago

Yes it is supported, you just need to customize the variable counsel-projectile-rg-initial-input. See the documentation here.

zzantares commented 5 years ago

Yes that was it!, thanks!