Skip to content

Commit 61e964f

Browse files
authored
Update readme.md
1 parent 2574138 commit 61e964f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ mkdir -p ~/.vim/pack/plugins/start
2020
git clone --depth=1 https://github.com/ctrlpvim/ctrlp.vim.git ~/.vim/pack/plugins/start/ctrlp
2121
```
2222

23+
Of course you can use your favorite plugin manager or check the [quick installation guide][3] for a primitive installation method.
24+
2325
## Basic Usage
2426
* Run `:CtrlP` or `:CtrlP [starting-directory]` to invoke CtrlP in find file mode.
2527
* Run `:CtrlPBuffer` or `:CtrlPMRU` to invoke CtrlP in find buffer or find MRU file mode.
@@ -106,13 +108,10 @@ Use `:diffthis` when opening multiple files to run `:diffthis` on the first 4 fi
106108
107109
Check `:help ctrlp-options` for other options.
108110
109-
## Installation
110-
Use your favorite method or check the homepage for a [quick installation guide][3].
111-
112111
## License
113112
CtrlP is distributed under Vim's [license][4].
114113
115-
[1]: http://i.imgur.com/aOcwHwt.png
114+
[1]: https://i.imgur.com/aOcwHwt.png
116115
[2]: https://github.com/ctrlpvim/ctrlp.vim/tree/extensions
117-
[3]: http://ctrlpvim.github.io/ctrlp.vim#installation
116+
[3]: https://ctrlpvim.github.io/ctrlp.vim#installation
118117
[4]: http://vimdoc.sourceforge.net/htmldoc/uganda.html

0 commit comments

Comments
 (0)