forked from kien/ctrlp.vim
-
-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Description
I like CtrlPLastMode! But in a new editing session, it starts out with the default Files mode, which I (currently) use rarely. I use Buffer first and then MRU. So I would like to set the initial mode of LastMode to Buffer. Is this possuble?
I even tried things like call ctrlp#switchtype(0)
, call ctrlp#setlines(0)
, or call ctrlp#call("s:setlines_pre", -1)
. But they either fail with an error or set the mode of the next LastMode invocation somewhat wrong.
Metadata
Metadata
Assignees
Labels
No labels