aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 27bcb6a17f474c318b49491e141a651ae9f75f04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
nextag - SGML tag motions (XML, XHTML, HTML etc)

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

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.

{operator}{count}\.     Move to start of next tag, if one exists.

{operator}{count}\,     Move to start of previous tag, if one exists.