When a buffer gets deleted (the \"bd[elete]\" command), it not only deletes the buffer but also removes the split window that buffer was in.
Is there a way to delete
My Choice is
:sb # | bd #
:sb 1 | bd #
: <1. Recall Buffer> | <2. Delete Buffer>
Think Like that! /// <1. Recall Buffer> | <2. Delete Buffer>
:vert sb 2 | bd #
:vert sb | bd #
why?! It's easy to remember 3 (+ 1) keyword!
That are easy and very useful in many other many case!
Have a nice Day! :)