Daniel Bretoi wrote: > Hey, > > I'm not sure anyone else has noticed this, but the vim indentation > for ruby is frustrating. It keeps indenting two spaces instead of > tab. Has anyone else experienced this? :set ts=2 (and :set noet, but that's the default, I think) Makes it so your tabs are two spaces, and it indents by these two-space tabs automatically. --Evan, who doesn't want to begin a tabs-vs-spaces argument