memory.vim is a tiny session manager for vim that helps you to work with multiple sessions. It features integration with wildmenu for menu eyecandy.
memory.vim can be installed manually by downloading it and dropping it in
~/.vim/plugin/
.
If using a plugin manager such as vim-plug, simply paste the lines below into your vimrc.
call plug#begin()
Plug 'u91o/memory'
call plug#end()