On Mon, Feb 26, 2007 at 08:18:46AM -0700, Kyle Wheeler wrote: > On Monday, February 26 at 06:51 AM, quoth Michael Pobega: > > I think it is set by default, but when I go back and edit what I > > typed everything gets out of alignment. Vim is a good text editor > > but it doesn't really like when I add in/remove words. > > :set fo+=a > > That enables auto-wrap. I also prefer, for editing mail: > > :set fo+=w > > Which limits the wrapping to just lines that end in spaces (works well > with format=flowed messages, for example). >
How do I set that automatically in vimrc? I'd like to use autowrapping with that second line, it would save me lots of time.
