From 1c9a615111df68e0a26f8cffd804e80ff66a02ac Mon Sep 17 00:00:00 2001 From: Kien N Date: Wed, 7 Sep 2011 22:10:52 +0700 Subject: [PATCH] udate docs --- doc/ctrlp.txt | 9 +++++---- readme.md | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/ctrlp.txt b/doc/ctrlp.txt index 0c4b313..f86241b 100644 --- a/doc/ctrlp.txt +++ b/doc/ctrlp.txt @@ -1,4 +1,4 @@ -*ctrlp.txt* Full path fuzzy files, buffers and mru files finder for Vim. +*ctrlp.txt* Full path fuzzy file, buffer and MRU file finder for Vim. *CtrlP* *ControlP* *'ctrlp'* *'ctrl-p'* =============================================================================== # # @@ -23,9 +23,9 @@ CONTENTS *ctrlp-contents* =============================================================================== 1. Intro *ctrlp-intro* -Full path fuzzy files, buffers and mru files finder with an intuitive -interface. Written in pure Vimscript for MacVim and Vim version 7.0+. Has full -support for Vim’s |regexp| as search pattern, and more. +Full path fuzzy file, buffer and MRU file finder with an intuitive interface. +Written in pure Vimscript for MacVim and Vim version 7.0+. Has full support for +Vim’s |regexp| as search pattern, and more. See also |ctrlp-input-formats| and |ctrlp-fullregexp|. @@ -325,6 +325,7 @@ CHANGELOG *ctrlp-update-1* Update #1~ + + New feature: search in most recently used (MRU) files + New mapping: . + Extended the behavior of . + New options: |g:ctrlp_mru_files|, diff --git a/readme.md b/readme.md index 336c687..a178c75 100644 --- a/readme.md +++ b/readme.md @@ -1,15 +1,15 @@ # ctrlp.vim -Full path fuzzy files, buffers and MRU files finder for Vim. +Full path fuzzy file, buffer and MRU file finder for Vim. * Written in pure Vimscript for MacVim and Vim 7.0+. * Has full support for Vim’s regexp as search pattern, and more. -* Also: find files in most recently opened files (i.e. MRU files). +* Can also find file in most recently used files. ![ctrlp][1] ## Basic Usage * Press `` or run `:CtrlP` to invoke CtrlP. -* Press `` while CtrlP is open to toggle between find files, find buffers, and find MRU files modes. +* Press `` ` while CtrlP is open to switch between find file, find buffer, and find MRU file modes. * Ever remember only a file’s name but not where it is? Press `` while CtrlP is open to switch to filename only search. * Use `*` `?` `^` `+` or `|` in the prompt to submit the string as a Vim’s regexp pattern. * Or press `` while CtrlP is open to switch to full regexp search mode.