On Thu, Mar 17, 2011 at 11:08, Forest Wang <wangme...@gmail.com> wrote:
> All,
>
> Say, in a terminal, I opened many files by invoking vim or gvim program many
> times, like:
>
> vim a&
> vim b&
> vim c&
> ...
>
> Than I realized I need to close all of them. So I had to close them one by
> one:
>
> %1 and :qa!
> %2 and :qa!
> ...
>
> Is there a better way to close all files by issuing one command or one
> script?

Yes - "killall vim".

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to