<div><br></div><div>&gt; I think that this is not correct. From the vim help file:<br>&gt;<br>&gt; :q[uit]                 Quit the current window.  Quit Vim if this is the last<br>&gt;                       window.  This fails when changes have been made and<br>

&gt;                       Vim refuses to |abandon| the current buffer, and when<br>&gt;                       the last file in the argument list has not been<br>&gt;                       edited.<br>&gt;                       If there are other tab pages and quitting the last<br>

&gt;                       window in the current tab page the current tab page is<br>&gt;                       closed |tab-page|.</div><div><br></div>I do think I over simplified the answer the first time around. However, all the details of vim documentation for the different types of quits, closing/hiding windows, closing/hiding/unloading buffers is a bit overwhelming and probably unnecessary for this specific problem. As noted in the documentation :q targets a Vim window (view)  in a tab-page - if you only have one, Vim quits. An easy example of the behavior within vim is when you use :h - in that case :q closes the help but not Vim). How that related to Vimpulse &amp; the different states of emacs I am not sure.<div>

<br></div><div><br><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Anyhow I really would like to be able to :wq without loosing emacs. I<br>


don&#39;t think one can thing that this can only be achieved by :w<br>
followed by :bd<br>
<br>
So please advise about how to setup so that :q quits the current<br>
buffer, preferably without changing my window configuration.<br></blockquote><div><br></div><div>While others have already made other suggestions, to write &amp; close a buffer, :w | bd suffices, though it uses more keystrokes than :wq.</div>

</div></div></div>