diff --git a/readme.md b/readme.md index 24caade..30f9107 100644 --- a/readme.md +++ b/readme.md @@ -8,12 +8,12 @@ Full path fuzzy file and buffer finder for Vim. ## Basic Usage * Press `` or run `:CtrlP` to invoke CtrlP. +* Press `` while CtrlP is open to toggle between find buffer mode and find file mode. * 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. * End the input string with a colon `:` followed by a number to jump to that line in the selected file. e.g. `abc:45` to open the file matched the pattern and jump to line 45. -* Press `` to toggle find buffer mode/find file mode while CtrlP is open. _Screenshot: filename only mode with the match window focused._ ![ctrlp filename mode, match window focused][2]