aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 7a3c4272b49ed0d36fa432d1fd26237ba83400c9 (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

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.