diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2012-05-28 10:11:26 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2012-05-28 10:11:26 +1200 |
commit | 75e686795a1459fd1cda73dd520ef6c0bedd0a17 (patch) | |
tree | a0ffff37cd98e5e165684fde572d58721ffc96c3 /README.markdown | |
parent | Don't need line wrapping. (diff) | |
download | vim-nextag-75e686795a1459fd1cda73dd520ef6c0bedd0a17.tar.gz vim-nextag-75e686795a1459fd1cda73dd520ef6c0bedd0a17.zip |
Reworking README file.
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..a4a6a92 --- /dev/null +++ b/README.markdown @@ -0,0 +1,21 @@ +Nextag +====== + +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. + +License +------- + +Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself. +See `:help license`. + +[1]: http://www.sanctum.geek.nz/about/tom-ryder + |