diff --git a/doc/ctrlp.txt b/doc/ctrlp.txt index 0eba914..b00aa8e 100644 --- a/doc/ctrlp.txt +++ b/doc/ctrlp.txt @@ -733,16 +733,16 @@ c) End the string with a colon ':' followed by a Vim command to execute that with a backslash: '\:'. When opening multiple files, the command will be executed on each opening file. - E.g. Use 'abc:45' to open the selected file and jump to line 45. + E.g. Use ':45' to open the selected file and jump to line 45. - Use 'abc:/any\:string' to open the selected file and jump to the first + Use ':/any\:string' to open the selected file and jump to the first instance of 'any:string'. - Use 'abc:+setf\ myfiletype|50' to open the selected file and set its + Use ':+setf\ myfiletype|50' to open the selected file and set its filetype to 'myfiletype', then jump to line 50. - Use 'abc:diffthis' to open the selected files and run |:diffthis| on - the first 4 files (if they have been marked). + Use ':diffthis' to open the selected files and run |:diffthis| on the + first 4 files (if they have been marked). See also: Vim's |++opt| and |+cmd|. @@ -773,7 +773,11 @@ f) Type the name of a non-existent file and press to create it. Mark a Note: use '\' in place of '/' on Windows (if |'shellslash'| is not set). -g) Submit ? to open this help file. +g) In filename mode (toggle with ), you can use one primary pattern and + one refining pattern separated by a semicolon. Both patterns work like (a), + or (b) when in regexp mode. + +h) Submit ? to open this help file. =============================================================================== EXTENSIONS *ctrlp-extensions* @@ -871,7 +875,7 @@ Available extensions:~ + change the local working directory for the current window (exit). + - Wipe bookmark list. - - Or delete entries marked by . + - Delete entries marked by . ---------------------------------------- Buffer Tag mode options:~