sjbach / lusty

LustyExplorer / LustyJuggler for Vim
http://www.vim.org/scripts/script.php?script_id=1890
257 stars 30 forks source link

MRU files (feature request) #42

Open zoz opened 13 years ago

zoz commented 13 years ago

I am using mru.vim plugin to get a list of my most recently used files. It would be great if LustyExplorer had an option to view/open the last X mru files that would be saved across vim sessions. (I am new to vim so maybe I am just missing an easier way to open my top 10 or so files)

Lusty is awesome! Thank you.

lilydjwg commented 13 years ago

That's a good idea! Hope it will be realized soon.

sjbach commented 13 years ago

I'm open to such a feature. This fellow implemented a variant of that on an older version of lusty-explorer:

http://www.svendtofte.com/other/vim-stuff/

Unfortunately, lusty-explorer had diverged too much and I was unable to simply merge his patch; also, it would have required a non-trivial refactoring to make it "congruous" with the rest of the code.