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

[suggestion] CtrlPBuffer! to also show unlisted buffers #606

Open elig0n opened 2 years ago

elig0n commented 2 years ago

Some unlisted buffers like :help files aren't normally displayed in :CtrlPBuffer. To list them one has to use vim's :ls! command and then switch to them i.e. :b NUMBER.

I propose that :CtrlPBuffer! will show those as well and allow switching to them.