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
:ls to list recent files with buffer number on left-hand column.
:ls
Then do :b{buffer-number} to jump there.
:b{buffer-number}
Example: :ls shows list of files. I want to jump to third-last file I visited. :b3 will take me there.
:b3
For faster searching, map :ls to something, e.g. . in your .vimrc file.
.