File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -861,14 +861,25 @@ COMMANDS *ctrlp-commands*
861861 Open CtrlP in find file mode.
862862
863863 If no argument is given, the value of | g:ctrlp_working_path_mode | will be
864- used to determine the starting directory.
864+ used to determine the starting directory. See | :CtrlPCurFile | and
865+ | :CtrlPCurWD | to temporarily override the setting.
865866
866867 You can use <tab> to auto-complete the [starting-directory] when typing it.
867868
868869 *:CtrlPBuffer*
869870:CtrlPBuffer
870871 Open CtrlP in find buffer mode.
871872
873+ *:CtrlPCurFile*
874+ :CtrlPCurFile
875+ This acts like | :CtrlP | with | g:ctrlp_working_path_mode | = '' and ignores
876+ the variable's current value.
877+
878+ *:CtrlPCurWD*
879+ :CtrlPCurWD
880+ This acts like | :CtrlP | with | g:ctrlp_working_path_mode | = '' and ignores
881+ the variable's current value.
882+
872883 *:CtrlPMRU*
873884:CtrlPMRU
874885 Open CtrlP in find Most-Recently-Used file mode.
You can’t perform that action at this time.
0 commit comments