From 9749ee2695885fc30b73c3dffe5ce8326f662911 Mon Sep 17 00:00:00 2001 From: Kien N Date: Sun, 8 Apr 2012 06:11:05 +0700 Subject: [PATCH] Update readme --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 3ae6360..d17f2e9 100644 --- a/readme.md +++ b/readme.md @@ -12,23 +12,23 @@ Full path fuzzy __file__, __buffer__, __mru__ and __tag__ finder for Vim. ## Basic Usage * Press `` or run `:CtrlP` to invoke CtrlP in find file mode. -* Or run `:CtrlPBuffer` or `:CtrlPMRU` to invoke CtrlP in buffer or MRU mode. +* Run `:CtrlPBuffer` or `:CtrlPMRU` to invoke CtrlP in buffer or MRU mode. +* Or run `:CtrlPMixed` to search in a mix of files, buffers and MRU files. Once CtrlP is open: * Press `` and `` to switch between find file, buffer, and MRU file modes. * Press `` to switch to filename only search instead of full path. +* Press `` to switch to regexp mode. * Press `` to purge the cache for the current directory and get new files. -* Use `*` or `|` in the prompt to submit the string as a Vim’s regexp pattern. -* Or press `` to switch to regexp mode. * End the input string with a colon `:` followed by a command to execute after opening the file. e.g. `abc:45` will open the file matched the pattern and jump to line 45. * Submit two dots `..` as the input string to go backward the directory tree by 1 level. * Use `` to create a new file and its parent dirs. -* Use `` to mark/unmark files and `` to open them. +* Use `` to mark/unmark multiple files and `` to open them. ## Basic Options * Change the mapping to invoke CtrlP: