vim-ctrlp

fuzzy file, buffer, mru, tag, etc. finder for Vim
  https://ctrlpvim.github.io/ctrlp.vim/
  0
  no reviews



CtrlP features: * written in pure Vimscript * full support for Vim's regexp as search patterns * built-in Most Recently Used (MRU) files monitoring and search * built-in project's root finder * open multiple files at once * create new files and directories * execute Ex commands on an opening file (jump to a line, to a string or do anything) * optional cross-sessions caching and history allow for fast initialization * mappings and usage conform to Vim's conventions

To enable this addon in your (Neo)Vim use one of these two methods: * Add "packadd! CtrlP" to your vimrc file * Invoke: `vam install ctrlp` if you use Vim Addon Manager