aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 7a3c427..5f27fcc 100644
--- a/README
+++ b/README
@@ -3,8 +3,10 @@ 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.
+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.