Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ViM の実行中は、CtrlP のキャッシュ ファイルが存在します。しかし、ViM を終了すると、CtrlP のキャッシュ ファイルが削除されます。セッション間でキャッシュ ファイルを永続化するにはどうすればよいですか?
セッション間でキャッシュ ファイルを保持したい場合は、次のことができます。
let g:ctrlp_clear_cache_on_exit = 0
ヘルプを参照してください。