Tutorial of zencoding.vim mattn 1. Expand Abbreviation Type abbreviation as 'div>p#foo$*3>a' and type ','. ---------------------

--------------------- 2. Wrap with Abbreviation Write as below. --------------------- test1 test2 test3 --------------------- Then do visual select(line wize) and type ','. If you request 'Tag:', then type 'ul>li*'. ---------------------
  • test1
  • test2
  • test3
--------------------- If you type tag as 'blockquote', then you'll see as following. ---------------------
test1 test2 test3
--------------------- 3. Balance Tag Inward use surround.vim and type 'vit' 4. Balance Tag Outward use surrond.vim and type 'vat' 5. Go to Next type 'n' in insert mode. 6. Previous Edit Point type 'N' in insert mode. 7. Update Size type 'i' on img tag 8. Merge Lines select the lines included '
  • ' ---------------------
    --------------------- and type 'J' ---------------------
    --------------------- 9. Remove Tag under construction 10. Split/Join Tag under construction 11. Toggle Comment type '/' in insert mode.