cloudhead / neovim-fuzzy

Minimalistic fuzzy file finding for neovim
BSD 3-Clause "New" or "Revised" License
111 stars 17 forks source link

[Feature Request] FuzzyBuffer #51

Open alexmozaidze opened 2 years ago

alexmozaidze commented 2 years ago

Add a command to fuzzy search in opened buffers. I usually open all the files I need but navigating through them is not fun, it would be cool if I could :FuzzyBuffer and switch to buffer I need.

cloudhead commented 2 years ago

Well, :FuzzyOpen is a mix of open buffers and files. It shows the buffers first and then the files.