aboutsummaryrefslogtreecommitdiff
path: root/doc/nextag.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/nextag.txt')
-rw-r--r--doc/nextag.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/nextag.txt b/doc/nextag.txt
index 92fb46d..6e13cf4 100644
--- a/doc/nextag.txt
+++ b/doc/nextag.txt
@@ -5,8 +5,10 @@ License: Same terms as Vim itself (see |license|)
DESCRIPTION *nextag*
-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.
MAPPINGS *nextag-mappings*