Search code examples
vimfuzzyfinder

Fuzzyfinder: any way to open multiple files at once?


I really like vim's fuzzyfinder plugin, but I often find myself wanting to open more than one file at a time (eg. every file that ends in ".py" within a directory). I can't see a way to do this in the docs, but is anyone aware of a way to do this?

Alternately, are there any other "fuzzy" file opening plugins with a comparable feature set that have this ability?


Solution

  • ctrlp.vim is an alternative fuzzy file finder that fully supports marking and opening those marked files.

    Use CTRL-Z to mark/unmark files and CTRL-O to open marked files.