Skip to content

Commit 2574138

Browse files
authored
Merge pull request #558 from coolaj86/patch-1
add install instructions
2 parents d55a11d + c9ef087 commit 2574138

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ Full path fuzzy __file__, __buffer__, __mru__, __tag__, __...__ finder for Vim.
1111

1212
![ctrlp][1]
1313

14+
## Install
15+
16+
vim 8+ manages packages all on its own. Installing `ctrlp` is this simple:
17+
18+
```bash
19+
mkdir -p ~/.vim/pack/plugins/start
20+
git clone --depth=1 https://github.com/ctrlpvim/ctrlp.vim.git ~/.vim/pack/plugins/start/ctrlp
21+
```
22+
1423
## Basic Usage
1524
* Run `:CtrlP` or `:CtrlP [starting-directory]` to invoke CtrlP in find file mode.
1625
* Run `:CtrlPBuffer` or `:CtrlPMRU` to invoke CtrlP in find buffer or find MRU file mode.

0 commit comments

Comments
 (0)