What are your favorite scripts for editing HTML?

Is there a script that treats HTML tags as units?
Like maybe mapping gw and gb  ?

For example with:

<tr><td colspan="5"><h1>

Starting in the first column,
currently the first w positions
after the "<" the next w before the ">"
and the third w skips over the "><" and
cursor is positioned in the middle of the next tag
before the "td"

I would like the gw to skip to the end of the <tr>

In the following the pipe "|" shows the desired units

<tr>|<td colspan="5">|<h1>

Thanks in advance.

-- 
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to