> If anyone has known the bliss of vimdiff, I'm sure you realize that probably
> in most cases, you will vimdiff file1 and file2.  The problem with that I
> have found, is that when I want to quit after seeing what I need to see, it
> treats the args as still a list of files "to edit", so I have to quit once
> to close the first window, then again to close the 2nd window.
> 
> Does anyone know the proper / quick and dirty way to "just quit, darn it"?

You can use one of

   :qa!
   :wqa!

depending on whether you changed anything and want to write those 
changes.  The component parts are

  w[rite]
  q[uit]
  a[ll]
  ![I MEAN IT!]

which you can read about at

   :help :qa
   :help :wqa

-tim





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

Reply via email to