mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-08 19:44:47 +08:00
tutor
This commit is contained in:
21
TUTORIAL
21
TUTORIAL
@@ -95,11 +95,26 @@ Tutorial of zencoding.vim
|
|||||||
|
|
||||||
9. Remove Tag
|
9. Remove Tag
|
||||||
|
|
||||||
under construction
|
Move cursor in block
|
||||||
|
---------------------
|
||||||
|
<div class="foo">
|
||||||
|
<a>cursor is here</a>
|
||||||
|
</div>
|
||||||
|
---------------------
|
||||||
|
Type '<c-z>k' in insert mode.
|
||||||
|
---------------------
|
||||||
|
<div class="foo">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
---------------------
|
||||||
|
And type '<c-z>j' in there again.
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
---------------------
|
||||||
|
|
||||||
10. Split/Join Tag
|
10. Split/Join Tag
|
||||||
|
|
||||||
Move cursor to block
|
Move cursor in block
|
||||||
---------------------
|
---------------------
|
||||||
<div class="foo">
|
<div class="foo">
|
||||||
cursor is here
|
cursor is here
|
||||||
@@ -109,7 +124,7 @@ Tutorial of zencoding.vim
|
|||||||
---------------------
|
---------------------
|
||||||
<div class="foo"/>
|
<div class="foo"/>
|
||||||
---------------------
|
---------------------
|
||||||
And type '<c-z>j' in there.
|
And type '<c-z>j' in there again.
|
||||||
---------------------
|
---------------------
|
||||||
<div class="foo">
|
<div class="foo">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user