Buffer Wipe
If you use buffers to navigate Vim, and you open a file you didn't mean to edit or won't need later, wipe it from the buffer with :bw
.
This will prevent that file from showing up in your buffers list. It will also delete any changes to the file; use with caution.
Tweet