Recent file history in Vim?

后端 未结 14 1585
悲&欢浪女
悲&欢浪女 2021-01-29 18:44

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

14条回答
  •  情深已故
    2021-01-29 19:12

    The CtrlP plugin lets you search through your recently used files as well as files in the current directory with this command:

    nnoremap  :CtrlPMixed
    

    This saves you the hassle of having to deal with built in Vim commands and the MRU plugin, neither of which let you do fuzzy file searching, which is critical when working on larger projects.

提交回复
热议问题