From 4278fa9d0bfc370d0ebe92d4e6cbe148c8cf596b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 22 May 2012 17:32:14 +1200 Subject: Don't need line wrapping. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 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 -`.` 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`. +Move to next and previous tags in a SGML document, including XML and HTML, in Vim. 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. -- cgit v1.2.3