0

Is it be possible to configure :CtrlPBuffer in a way that it also shows the buffer number? Same way as :ls does.

Maybe even the exact layout and details, that is also line number and status indicators fields.

nachtigall
  • 2,447
  • 2
  • 27
  • 35
  • If you want `:ls`, why don't you use `:ls`? – romainl Feb 12 '15 at 10:47
  • I use several features of `:CtrlPBuffer` like regex and fuzzy search through buffers, (split) opening selected buffers, instantly switching to fuzzy file search and so on. It's just more comfortable then using `:ls`, `:split`, etc sequentially – nachtigall Feb 12 '15 at 11:22

1 Answers1

1

There is a plugin for CtrlP which does exactly what you want: ctrlp-hibuff

Charleston
  • 78
  • 6