Message from discussion
How to turn off auto-indentation?
Received: by 10.50.158.230 with SMTP id wx6mr469438igb.0.1343782142480;
Tue, 31 Jul 2012 17:49:02 -0700 (PDT)
X-BeenThere: vim_use@googlegroups.com
Received: by 10.50.178.73 with SMTP id cw9ls3718469igc.4.canary; Tue, 31 Jul
2012 17:48:53 -0700 (PDT)
Received: by 10.50.42.133 with SMTP id o5mr49460igl.3.1343782133851;
Tue, 31 Jul 2012 17:48:53 -0700 (PDT)
Received: by 10.50.42.133 with SMTP id o5mr49459igl.3.1343782133840;
Tue, 31 Jul 2012 17:48:53 -0700 (PDT)
Return-Path: <tooth...@swbell.net>
Received: from linux-xwq7.site (108-222-186-8.lightspeed.mssnks.sbcglobal.net. [108.222.186.8])
by gmr-mx.google.com with ESMTP id j4si462695igq.2.2012.07.31.17.48.53;
Tue, 31 Jul 2012 17:48:53 -0700 (PDT)
Received-SPF: neutral (google.com: 108.222.186.8 is neither permitted nor denied by best guess record for domain of tooth...@swbell.net) client-ip=108.222.186.8;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 108.222.186.8 is neither permitted nor denied by best guess record for domain of tooth...@swbell.net) smtp.mail=tooth...@swbell.net
Received: by linux-xwq7.site (Postfix, from userid 1000)
id A2C12A1A4B; Tue, 31 Jul 2012 19:48:52 -0500 (CDT)
Date: Tue, 31 Jul 2012 19:48:52 -0500
From: sc <tooth...@swbell.net>
To: vim_use@googlegroups.com
Subject: Re: How to turn off auto-indentation?
Message-ID: <20120801004852.GA22350@swbell.net>
References: <CAJ=2b07mLOX2vgnbbAPdr58KqdkJVFYMJmPeY_hfx33ikBPL0w@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <CAJ=2b07mLOX2vgnbbAPdr58KqdkJVFYMJmPeY_hfx33ikBPL0w@mail.gmail.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
On Tue, Jul 31, 2012 at 04:33:47PM -0400, Yves S. Garret wrote:
> Hello,
> 2 - Say I'm modifying multiple files. The "buffers" feature makes it much
> easier to have multiple files in a single window and then switch between
> them. This keeps my desktop sane by having just one window to look at.
> However, when I'm finished with a particular file (or it was modified by
> one of my apps and I don't care about it any more) I would like to do
> :close and just be done with it. But... that buffer does not "close".
> What am I doing wrong and what is the purpose of :close?
you are looking for :bd which is short for :bdelete which deletes
buffers from the buffer list