diff options
| author | AJ ONeal | 2020-10-04 22:48:35 -0600 |
|---|---|---|
| committer | GitHub | 2020-10-04 22:48:35 -0600 |
| commit | c9ef08735d3db380c2e96dd3560ef1a1f0740521 (patch) | |
| tree | 85e40218ec03b7094de1c5721a1b1cf1d04b4ca3 | |
| parent | ae5237f8eb9bbc1ad7f8903738e0dc2af194f740 (diff) | |
| download | ctrlp.vim-c9ef08735d3db380c2e96dd3560ef1a1f0740521.tar.gz | |
add install instructions
| -rw-r--r-- | readme.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -11,6 +11,15 @@ Full path fuzzy __file__, __buffer__, __mru__, __tag__, __...__ finder for Vim. ![ctrlp][1] +## Install + +vim 8+ manages packages all on its own. Installing `ctrlp` is this simple: + +```bash +mkdir -p ~/.vim/pack/plugins/start +git clone --depth=1 https://github.com/ctrlpvim/ctrlp.vim.git ~/.vim/pack/plugins/start/ctrlp +``` + ## Basic Usage * Run `:CtrlP` or `:CtrlP [starting-directory]` to invoke CtrlP in find file mode. * Run `:CtrlPBuffer` or `:CtrlPMRU` to invoke CtrlP in find buffer or find MRU file mode. |