silky / ideas

:bulb: various ideas
https://github.com/silky/ideas/issues
MIT License
20 stars 2 forks source link

vim fuzzy-finding option to limit only to files in diff b/w here and main #676

Closed silky closed 2 years ago

silky commented 2 years ago

sometimes i want to fuzzy find, but only in files i'm "working on" in my branch

i can use

git diff --name-only main .

to see that list; is it possible somehow to configure fzf.vim to only work on those files?

silky commented 2 years ago
:GFiles --modified