Vim tip: Open the last file you closed with :e#
I can’t believe I didn’t learn this earlier because now I do it all the time:
If you close a file, as I often do with :bd, to open the last file you closed, type e# in command mode:
:e#
The last closed file opens in your current window.
This is great for me because in my editing workflow, I have a story budget from one directory in one window, and I work on stories from a different directory in another.