A coworker got me hooked on fzf. Interested in a PR to replace ctrl+p with fzf?
Another nice bit: fzf can use ripgrep as the backing search tool for searching the contents of files and it is super fast. I've been exclusively using ripgrep-powered fzf for code searching recently.
A coworker got me hooked on
fzf
. Interested in a PR to replacectrl+p
withfzf
?Another nice bit:
fzf
can useripgrep
as the backing search tool for searching the contents of files and it is super fast. I've been exclusively usingripgrep
-poweredfzf
for code searching recently.