DEV Community

Discussion on: Interactive Fuzzy Finding in Vim without Plugins

Collapse
 
moopet profile image
Ben Sinclair

I use fzf as a plugin, but I also have a couple of shell scripts to start things up. My most used one I call vrg and it allows me to search for something using whatever seach tool I have installed, select the matches I want through fzf (if installed) and open them all in my configured EDITOR because I love being generic.

It's a bit pointless, tbh, because the same script that installs vrg also installs all the dependencies I prefer. I could have made it a quick alias! But it's become a workflow habit.