> > Also, is <CR> the only way to avoid "broken words" at the end of a line? > > If you want to wordwrap automatically, then some of the vi variants can > do that for you. In vim, say ":set tw=72" in command mode.
I use :setwrapmargin=8 and have the file ~/.exrc which contains: set wrapmargin=8 set tabstop=3 But this is plain vi (or does it work for vim too?). Groetjes, Ookhoi