fuzzyy icon indicating copy to clipboard operation
fuzzyy copied to clipboard

General use of fuzzy finder

Open jeslinmx opened this issue 1 year ago • 2 comments

Is there any way to use the fuzzy finder to filter arbitrary data? (e.g. by piping in commit history from Git)

Got the idea from fzf.vim, which uses fzf to filter through commit history, in addition to jumps, marks, :- and /-history, and others.

jeslinmx avatar Apr 21 '24 17:04 jeslinmx

Are you suggesting a command, for example, called FuzzyFilter that accepts a list as its parameter and then opens a search window for that list?

Donaldttt avatar Apr 22 '24 00:04 Donaldttt

Yup! Although after reading your reply, I do realize the same thing can be achieved a similar result, using a temporary buffer and FuzzyInBuffer.

jeslinmx avatar May 11 '24 02:05 jeslinmx