ctrlp 缓存设置

前端之家收集整理的这篇文章主要介绍了ctrlp 缓存设置前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

.vimrc 下加入如下代码即可。研究好久才找到 md


 let g:ctrlp_open_multiple_files = 'ij'
 let g:ctrlp_extensions = ['tag','buffertag','quickfix','dir','rtscript','undo','line','changes','mixed','bookmarkdir']
 let g:ctrlp_cache_dir = $HOME.'/.cache/ctrlp'


----


ctrlp之后 按F5 能够进入缓存

原文链接:https://www.f2er.com/bash/391773.html

猜你在找的Bash相关文章