aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-11 04:15:34 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-11 04:15:34 +1300
commit8a35f8424e49a770affd530ac68c7da5ebc82f65 (patch)
treef6397c89067401ff3f7f71a06cdc1e87b20dadb6 /doc
downloadvim-nextag-8a35f8424e49a770affd530ac68c7da5ebc82f65.tar.gz
vim-nextag-8a35f8424e49a770affd530ac68c7da5ebc82f65.zip
First commit.
Diffstat (limited to 'doc')
-rw-r--r--doc/nextag.txt19
-rw-r--r--doc/tags5
2 files changed, 24 insertions, 0 deletions
diff --git a/doc/nextag.txt b/doc/nextag.txt
new file mode 100644
index 0000000..92fb46d
--- /dev/null
+++ b/doc/nextag.txt
@@ -0,0 +1,19 @@
+*nextag.txt* SGML tag motions (XML, XHTML, HTML etc)
+
+Author: Tom Ryder <tom@sanctum.geek.nz>
+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.
+
+MAPPINGS *nextag-mappings*
+
+ *\.*
+{operator}{count}\. Move to start of next tag, if one exists.
+
+ *\,*
+{operator}{count}\, Move to start of previous tag, if one exists.
+
+ vim:tw=78:et:ft=help:norl:
diff --git a/doc/tags b/doc/tags
new file mode 100644
index 0000000..b537b68
--- /dev/null
+++ b/doc/tags
@@ -0,0 +1,5 @@
+\, nextag.txt /*\\,*
+\. nextag.txt /*\\.*
+nextag nextag.txt /*nextag*
+nextag-mappings nextag.txt /*nextag-mappings*
+nextag.txt nextag.txt /*nextag.txt*