ctrlpvim / ctrlp.vim

Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder.
ctrlpvim.github.com/ctrlp.vim
Other
5.57k stars 260 forks source link

Fold Extension #604

Open BioBox opened 2 years ago

BioBox commented 2 years ago

I would find it really useful if there was a "fold mode" for ctrlp that would jump to the fuzzy match of a fold in the current buffer and open it.

I only ever use the marker fold method, so I'm not sure how it would work for other options to foldmethod, but it should be pretty easy to do for marks considering how extensible the code is. I just can't stand going deep into the vimscript to add it.

Btw thanks for the maintenance! This is one of my favorite plugins.