aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-05-22 17:32:14 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-05-22 17:32:14 +1200
commit4278fa9d0bfc370d0ebe92d4e6cbe148c8cf596b (patch)
treef24869d9d03a59b424d41e7da306f22a2213da59
parentFix Markdown mistake (diff)
downloadvim-nextag-4278fa9d0bfc370d0ebe92d4e6cbe148c8cf596b.tar.gz
vim-nextag-4278fa9d0bfc370d0ebe92d4e6cbe148c8cf596b.zip
Don't need line wrapping.
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5255dc4..354f4d5 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,7 @@
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`.
+Move to next and previous tags in a SGML document, including XML and HTML, in Vim. 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.