Possible Duplicate:
How can one close html tags in vim quickly
One of my favorite features of TextMate is the ability to type out a tag, say <div>, and press ⌥+⌘+., it will automatically insert the corresponding end tag, </div>.
How can I do this in vim?
I use the
xmleditplugin for this.