From a860ce401b72953bd0b1c1b9553036012415228a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 22 May 2012 17:26:36 +1200 Subject: New README.md file --- README | 14 -------------- README.md | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 14 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 10f02b2..0000000 --- a/README +++ /dev/null @@ -1,14 +0,0 @@ -nextag - SGML tag motions (XML, XHTML, HTML etc) - -Author: Tom Ryder -License: Same terms as Vim itself - -Move to next and previous tags in a SGML document, including XML and HTML. Use -. and , to search for the next and previous tags, respectively. -Prepended counts work, e.g. 5. as do operations, e.g. d. and -visual mode e.g. v,. Doesn't match SGML comments or !DOCTYPES. - -[operator][count]. Move to start of next tag, if one exists. - -[operator][count], Move to start of previous tag, if one exists. - 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 +``. and ``, to search for the next and previous tags, respectively. +Prepended counts work, e.g. `5`. as do operations, e.g. `d`. and +visual mode e.g. `v,`. Doesn't match SGML comments or `!DOCTYPES`. + +* `[operator][count]`1 -- Move to start of next tag, if one exists. +* `[operator][count]`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`. + -- cgit v1.2.3