I would like to access recent files that I had opened and then closed in GVim. I open and close GVim frequently. I would like to access recent files from previous sessions as we
There is an Swiss knife of file switching CtrlP plugin, which is also part of janus distributive. It has :CtrlPMRU
command with smart lookup among recently used files.
Note:
CtrlP
maintains its own list of most recent used files in g:ctrlp_cache_dir."mru/cache.txt"
. It is not reusing viminfo (set viminfo?
) which contains a list of file marks. This is useful if you want to clear this list.