Update docs

This commit is contained in:
Kien N 2012-05-02 03:12:14 +07:00
parent dc12e57ded
commit 8820dec7b9

View File

@ -673,12 +673,16 @@ Once inside the prompt:~
- Wipe the MRU list.
- Or delete MRU entries marked by <c-z>.
<insert>
Insert the word under the cursor (in the current buffer) into the prompt.
<Insert>,
<MiddleMouse>
Insert clipboard content into the prompt.
<c-\>
Open a dialog to insert <cword>, <cfile>, content of the search register,
the last visual selection or the clipboard into the prompt.
<esc>,
<c-c>,
<c-g>
<c-c>
Exit CtrlP.
Note: <c-c> can also be used to stop the scan if its taking too long.
@ -979,6 +983,7 @@ Special thanks:~
* Kent Sibilev <github.com/datanoise>
* Tacahiroy <github.com/tacahiroy>
* Luca Pette <github.com/lucapette>
* Seth Fowler <github.com/sfowler>
===============================================================================
CHANGELOG *ctrlp-changelog*