aboutsummaryrefslogtreecommitdiff
path: root/doc/nextag.txt
blob: 92fb46d61f26c39be5f239427003d55f0f9a435f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*nextag.txt*  SGML tag motions (XML, XHTML, HTML etc)

Author:  Tom Ryder <tom@sanctum.geek.nz>
License: Same terms as Vim itself (see |license|)

DESCRIPTION                                     *nextag*

Navigate forward and backward by tags, just like a normal Vim motion.
Operators and counts can be prepended, and it also works in visual mode.

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.

 vim:tw=78:et:ft=help:norl: