Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 663
af__ Avatar asked Sep 26 '10 05:09

af__


1 Answers

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.

like image 74
suhair Avatar answered Oct 17 '22 00:10

suhair