From 783c6a10f6da153927b8dd67b56ca8cbe64a10d8 Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 9 Mar 2010 12:46:19 +0900 Subject: [PATCH] fixed doc. --- TUTORIAL | 30 +++++++++++++++--------------- zencoding.vim | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/TUTORIAL b/TUTORIAL index c5a7f8c..e9e12b5 100644 --- a/TUTORIAL +++ b/TUTORIAL @@ -4,7 +4,7 @@ Tutorial of zencoding.vim 1. Expand Abbreviation - Type abbreviation as 'div>p#foo$*3>a' and type ','. + Type abbreviation as 'div>p#foo$*3>a' and type ','. ---------------------

@@ -27,7 +27,7 @@ Tutorial of zencoding.vim test2 test3 --------------------- - Then do visual select(line wize) and type ','. + Then do visual select(line wize) and type ','. If you request 'Tag:', then type 'ul>li*'. ---------------------

    @@ -48,19 +48,19 @@ Tutorial of zencoding.vim 3. Balance Tag Inward - type 'd' in insert mode. + type 'd' in insert mode. 4. Balance Tag Outward - type 'D' in insert mode. + type 'D' in insert mode. 5. Go to Next Edit Point - type 'n' in insert mode. + type 'n' in insert mode. 6. Go to Previous Edit Point - type 'N' in insert mode. + type 'N' in insert mode. 7. Update Size @@ -68,7 +68,7 @@ Tutorial of zencoding.vim --------------------- --------------------- - Type 'i' on img tag + Type 'i' on img tag --------------------- --------------------- @@ -98,14 +98,14 @@ Tutorial of zencoding.vim cursor is here
--------------------- - Type 'k' in insert mode. + Type 'k' in insert mode. ---------------------
--------------------- - And type 'j' in there again. + And type 'j' in there again. --------------------- --------------------- @@ -118,12 +118,12 @@ Tutorial of zencoding.vim cursor is here --------------------- - Type 'j' in insert mode. + Type 'j' in insert mode. ---------------------
--------------------- - And type 'j' in there again. + And type 'j' in there again. ---------------------
@@ -137,13 +137,13 @@ Tutorial of zencoding.vim hello world
--------------------- - Type '/' in insert mode. + Type '/' in insert mode. --------------------- --------------------- - Type '/' in there again. + Type '/' in there again. ---------------------
hello world @@ -156,7 +156,7 @@ Tutorial of zencoding.vim --------------------- http://www.google.com/ --------------------- - Type 'a' + Type 'a' --------------------- Google --------------------- @@ -167,7 +167,7 @@ Tutorial of zencoding.vim --------------------- http://github.com/ --------------------- - Type 'A' + Type 'A' ---------------------
Secure source code hosting and collaborative development - GitHub
diff --git a/zencoding.vim b/zencoding.vim index dda63fc..d814d39 100644 --- a/zencoding.vim +++ b/zencoding.vim @@ -15,7 +15,7 @@ " +------------------------------------- " | html:5_ " +------------------------------------- -" "_" is a cursor position. and type "," (Ctrl+z and Comma) +" "_" is a cursor position. and type "," (Ctrl+y and Comma) " NOTE: Don't worry about key map. you can change it easily. " +------------------------------------- " |