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

Author:  Tom Ryder <tom@sanctum.geek.nz>
License: Same terms as Vim itself

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.

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

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