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

ctrlp.vim

Full path fuzzy file, buffer, mru, tag, ... finder for Vim.

ctrlp

Install

vim 8+ manages packages all on its own. Installing ctrlp is this simple:

mkdir -p ~/.vim/pack/plugins/start
git clone --depth=1 https://github.com/ctrlpvim/ctrlp.vim.git ~/.vim/pack/plugins/start/ctrlp

Of course you can use your favorite plugin manager or check the quick installation guide for a primitive installation method.

Basic Usage

Check :help ctrlp-commands and :help ctrlp-extensions for other commands.

Once CtrlP is open:

Run :help ctrlp-mappings or submit ? in CtrlP for more mapping help.

Basic Options

Check :help ctrlp-options for other options.

License

CtrlP is distributed under Vim's license.