2
votes
How do you return from ‘gf’ in Vim
I don't know the answer to part 2 of your question, but I can help with part 1. Use
:e#
Vim maintains a list of files (buffers) that it's editing. If you type
…
