diff options
| author | Takahiro Yoshihara | 2021-10-19 10:23:00 +0900 |
|---|---|---|
| committer | GitHub | 2021-10-19 10:23:00 +0900 |
| commit | 61e964f2d168f52cb8e80e67d26605b52d726b16 (patch) | |
| tree | 620cadbd28c03f1dd85d07b625509a94fb87e793 | |
| parent | 25741386565b4161ea23860a672ba97e184c1b2b (diff) | |
| download | ctrlp.vim-61e964f2d168f52cb8e80e67d26605b52d726b16.tar.gz | |
Update readme.md
| -rw-r--r-- | readme.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -20,6 +20,8 @@ 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][3] for a primitive installation method. + ## 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. @@ -106,13 +108,10 @@ Use `:diffthis` when opening multiple files to run `:diffthis` on the first 4 fi Check `:help ctrlp-options` for other options. -## Installation -Use your favorite method or check the homepage for a [quick installation guide][3]. - ## License CtrlP is distributed under Vim's [license][4]. -[1]: http://i.imgur.com/aOcwHwt.png +[1]: https://i.imgur.com/aOcwHwt.png [2]: https://github.com/ctrlpvim/ctrlp.vim/tree/extensions -[3]: http://ctrlpvim.github.io/ctrlp.vim#installation +[3]: https://ctrlpvim.github.io/ctrlp.vim#installation [4]: http://vimdoc.sourceforge.net/htmldoc/uganda.html |