Try the following command
:e
It will transfer you to a previously opened file stored in the buffer.
If you deepen the file hierarchy by typing a few gf , vim stores all the files in numbered buffers
Then the following command will lead you to the n file in the buffer. (n = 1,2,3, ...)
:e#n
jkshah Nov 14 '13 at 6:30 2013-11-14 06:30
source share