> > Also, is <CR> the only way to avoid "broken words" at the end of a line?
SEP>
SEP> And yes, hitting enter is the only way.
No it's not...in vim, I routinely do
:set wm=4
which sets a "wrap margin" of 4 characters at the end of each
(80-character) line, and does automatic word-wrapping. Alternatively,
I can use the vim 'gq' command to reformat a region; type ':help gq'
from vim command mode for more information.