If I close a buffer in VIM with :bd and then later on decide to open the same file again.. it will not be listed in the contents of the :ls command because it is marked as unlisted. Is there anyway to close a buffer such that if I do decide to reopen it later it is still available in the buffer list via :ls?
I understand I can see it in the ‘hidden’ list with :ls! but that isn’t what I’m looking for here…
If I really want to get rid of a buffer, I do
:bw. Usually, I simply do:q.