We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5de44 commit 51eb8e0Copy full SHA for 51eb8e0
doc/ctrlp.txt
@@ -1107,13 +1107,13 @@ c) End the string with a colon ':' followed by a Vim command to execute that
1107
1108
See also: Vim's |++opt| and |+cmd|.
1109
1110
-d) Submit two dots '..' to go upward the directory tree by 1 level. To go up
+d) Input two dots '..' and then hit the <Enter> key to go upward the directory tree by 1 level. To go up
1111
multiple levels, use one extra dot for each extra level:
1112
>
1113
Raw input Interpreted as
1114
- .. ../
1115
- ... ../../
1116
- .... ../../../
+ ..<Cr> ../
+ ...<Cr> ../../
+ ....<Cr> ../../../
1117
<
1118
Note: if the parent directories are large and uncached, this can be slow.
1119
0 commit comments