aboutsummaryrefslogtreecommitdiff
path: root/doc/nextag.txt
blob: 908f3c3717a9c36fa30f016ad047269a28fb3bd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
*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
`<leader>.` and `<leader>,` to search for the next and previous tags,
respectively. Prepended counts work, e.g. `5<leader>.`, as do operations, e.g.
`d<leader>.` and visual mode e.g. `v<leader>,`. Doesn't match SGML comments or
!DOCTYPES.

MAPPINGS                                        *nextag-mappings*

                                                *\.*
[operator][count]<leader>.     Move to start of next tag, if one exists.

                                                *\,*
[operator][count]<leader>,     Move to start of previous tag, if one exists.

AUTHOR						*nextag-author*

Written and maintained by Tom Ryder <tom@sanctum.geek.nz>.

LICENSE						*nextag-license*

Licensed for distribution under the same terms as Vim itself (see |license|).

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