On Sat, Jun 04, 2011 at 02:47:24AM -0400, Chris Brennan wrote:
> * Tim Guirgies <[email protected]> [2011-06-04 16:09:34 +1000]:
> > Which editor do you use?
> 
> VIM of course ;D ... currently 7.3.135, I was a nano user but that got ...
> limiting, I've found that I can actually do so much more w/ vim then nano.

Yes indeed.

Well, in vim, all you need to do is
:set textwidth=72
or, shorthand
:set tw=72

You can put that into your .vimrc file so you don't have to do it all
the time:
" Default textwidth to 72
set textwidth=72

You'll notice I use 72, and a lot of other people will recommend 72 as
well.


Tim

-- 
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org   - against proprietary attachments

Attachment: signature.asc
Description: Digital signature

Reply via email to