On Wed, May 20, 2009 at 4:40 PM, Markus Heidelberg <[email protected]
> wrote:

>
> Gene Kwiecinski, 19.05.2009:
> >
> > Before tabs (and since, as I generally will pop up separate instances of
> > 'vim' vs using tabs), I might have 4-5 separate windows open for the
> > source file, error-log, makefile, output, etc., and when "cleaning up",
> > it was *so* nice to just be able to keep my finger on the <shift> key
> > and then just repeatedly hit 'Z' as many times as necessary to
> > write/quit all the windows in sequence.
> >
> > Going ":wq<enter>:wq<enter>...:wq<enter>" until done just did *not*
> > appeal to me.
>
> :wqa<enter> ?
>

To me; I always want to make sure I don't have any buffers changed
inadvertently; so I  always end up doing...
:qall
:q
:q
:q
:q
:q
:wq.


Maybe I should look to mapping ZZ to :q ...

-Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to