Rename commands that weren't prefixed with CtrlP
This commit is contained in:
parent
64ff51ffc9
commit
e6b47365c2
@ -407,18 +407,18 @@ COMMANDS *ctrlp-commands*
|
|||||||
:CtrlPMRU
|
:CtrlPMRU
|
||||||
Open |CtrlP| in find Most-Recently-Used file mode.
|
Open |CtrlP| in find Most-Recently-Used file mode.
|
||||||
|
|
||||||
*:ClearCtrlPCache*
|
*:CtrlPClearCache*
|
||||||
:ClearCtrlPCache
|
:CtrlPClearCache
|
||||||
Flush the cache for the current working directory. The same as pressing <F5>
|
Flush the cache for the current working directory. The same as pressing <F5>
|
||||||
inside |CtrlP|.
|
inside |CtrlP|.
|
||||||
You can also enable/disable caching with the option |g:ctrlp_use_caching|.
|
You can also enable/disable caching with the option |g:ctrlp_use_caching|.
|
||||||
|
|
||||||
*:ClearAllCtrlPCaches*
|
*:CtrlPClearAllCaches*
|
||||||
:ClearAllCtrlPCaches
|
:CtrlPClearAllCaches
|
||||||
Delete all the cache files saved in |g:ctrlp_cache_dir|.
|
Delete all the cache files saved in |g:ctrlp_cache_dir|.
|
||||||
|
|
||||||
*:ResetCtrlP*
|
*:CtrlPReset*
|
||||||
:ResetCtrlP
|
:CtrlPReset
|
||||||
Reset all options and take in new values of the option variables.
|
Reset all options and take in new values of the option variables.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
@ -18,9 +18,9 @@ com! -n=? -com=dir CtrlP cal ctrlp#init(0, <q-args>)
|
|||||||
com! CtrlPBuffer cal ctrlp#init(1)
|
com! CtrlPBuffer cal ctrlp#init(1)
|
||||||
com! CtrlPMRUFiles cal ctrlp#init(2)
|
com! CtrlPMRUFiles cal ctrlp#init(2)
|
||||||
|
|
||||||
com! ClearCtrlPCache cal ctrlp#clr()
|
com! CtrlPClearCache cal ctrlp#clr()
|
||||||
com! ClearAllCtrlPCaches cal ctrlp#clra()
|
com! CtrlPClearAllCaches cal ctrlp#clra()
|
||||||
com! ResetCtrlP cal ctrlp#reset()
|
com! CtrlPReset cal ctrlp#reset()
|
||||||
|
|
||||||
com! CtrlPCurWD cal ctrlp#init(0, 0)
|
com! CtrlPCurWD cal ctrlp#init(0, 0)
|
||||||
com! CtrlPCurFile cal ctrlp#init(0, 1)
|
com! CtrlPCurFile cal ctrlp#init(0, 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user