File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ mkdir -p ~/.vim/pack/plugins/start
2020git 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
107109Check `: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
113112CtrlP 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
You can’t perform that action at this time.
0 commit comments