There is also the \zs stuff. For example />\zs. will set the cursor at the first character after a ">". Then n will do it again, and again ... Or maybe /<[^>]*>\zs. Or /<[^>]*>\zs[^<]\+ that will highlight the tag's content.
As of using fFtT for to move around the line, I find it much safer than repeated arrows or spacebar touchs because these commands take me safely to the desired point "programmatically" instead of "by hand". -- Juan Lanus TECNOSOL Argentina
