ctrlpvim / ctrlp.vim

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

Add extension 'BufFilter' #589

Open TroyDanielFZ opened 2 years ago

TroyDanielFZ commented 2 years ago

Add extension 'BufFilter'

  1. Filter the current buffer with keywords in logic "AND" for the same line.
  2. Add user custom highlight.

buffilter

mattn commented 2 years ago

CTRL-Space won't work on some terminal environment.

TroyDanielFZ commented 2 years ago

CTRL-Space won't work on some terminal environment.

How about <c-i>? I changed the <c-space> into <c-i>.