randombits
randombits

Reputation: 48490

vim: plugin that allows me to jump from opening div to closing div in HTML?

I'm having a difficult time to find an opening div in deeply nested HTML that has been poorly written. Is there a plugin out there that will give me support to jump to the equivalent open/closing div using vim/gvim/macvim and other variants?

Upvotes: 3

Views: 666

Answers (2)

JSBձոգչ
JSBձոգչ

Reputation: 41388

Try xmledit. Works for XML, HTML, and SGML.

Upvotes: 0

meder omuraliev
meder omuraliev

Reputation: 186742

I use matchit.vim. I land on the tag and just hit % and it jumps.

Upvotes: 8

Related Questions