aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorTakahiro Yoshihara2021-10-19 10:23:00 +0900
committerGitHub2021-10-19 10:23:00 +0900
commit61e964f2d168f52cb8e80e67d26605b52d726b16 (patch)
tree620cadbd28c03f1dd85d07b625509a94fb87e793
parent25741386565b4161ea23860a672ba97e184c1b2b (diff)
downloadctrlp.vim-61e964f2d168f52cb8e80e67d26605b52d726b16.tar.gz

Update readme.md

-rw-r--r--readme.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/readme.md b/readme.md
index df153d6..9c9ef0e 100644
--- a/readme.md
+++ b/readme.md
@@ -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