*nextag.txt* For Vim version 7.0 Last change: 2018 June 17 DESCRIPTION *nextag* Move to next and previous tags in a SGML document, including XML and HTML. Use `.` and `,` to search for the next and previous tags, respectively. Prepended counts work, e.g. `5.`, as do operations, e.g. `d.` and visual mode e.g. `v,`. Doesn't match SGML comments or !DOCTYPES. MAPPINGS *nextag-mappings* *\.* [operator][count]. Move to start of next tag, if one exists. *\,* [operator][count], Move to start of previous tag, if one exists. AUTHOR *nextag-author* Written and maintained by Tom Ryder . LICENSE *nextag-license* Licensed for distribution under the same terms as Vim itself (see |license|). vim:tw=78:et:ft=help:norl: