kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 676 forks source link

Combined buffer and file mode? #659

Open naught101 opened 9 years ago

naught101 commented 9 years ago

It would be really nice to have a combined buffer and file mode, where MRU buffer mode is used first, and when that is exhausted, CtrlP switches to file mode immediately (that is, match buffers first, and then match files, probably all in the same list).

I think the buffer list might eventually get too big, so for this mode, it would be nice to have an extra option that allows a smaller MRU buffer list (maybe default=10 or something)