aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-05-22 17:26:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-05-22 17:26:36 +1200
commita860ce401b72953bd0b1c1b9553036012415228a (patch)
tree4b725fb2862d605fd400fa26fd26873659bb7f90 /README.md
parentUse standard syntax for describing prefixes. (diff)
downloadvim-nextag-a860ce401b72953bd0b1c1b9553036012415228a.tar.gz
vim-nextag-a860ce401b72953bd0b1c1b9553036012415228a.zip
New README.md file
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0830a81
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+Nextag
+======
+
+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]<leader>`1 -- Move to start of next tag, if one exists.
+* `[operator][count]<leader>`1 -- Move to start of previous tag, if one exists.
+
+License
+-------
+
+Copyright (c) [Tom Ryder](http://www.sanctum.geek.nz/about/tom-ryder/). Distributed under the same terms as Vim itself. See `:help license`.
+