diff --git a/doc/emmet.txt b/doc/emmet.txt index dcaf776..6c44b7d 100644 --- a/doc/emmet.txt +++ b/doc/emmet.txt @@ -146,7 +146,19 @@ You should copy this section and create new buffer, paste and write as

< -2. Wrap with abbreviation *emmet-wrap-with-abbreviation* *v_,* +2. Expand abbreviation *emmet-expand-word* *;* + + When you want to expand word except html tokens like below, use this. +> + foo +< + This will be expanded like: +> + + +3. Wrap with abbreviation *emmet-wrap-with-abbreviation* *v_,* Write as below. > @@ -181,7 +193,7 @@ You should copy this section and create new buffer, paste and write as < See also: |emmet-filter-t|, |emmet-$#| -3. Balance tag inward *emmet-balance-tag-inward* *d* +4. Balance tag inward *emmet-balance-tag-inward* *d* To select inward of '
    ' tag, type 'd' in insert mode. > @@ -194,7 +206,7 @@ You should copy this section and create new buffer, paste and write as If cursor is at '*', 'd' select from begin of '
      ' to end of '
    '. If cursor is at first of '
  • ', it select '
  • '. -4. Balance tag outward *emmet-balance-tag-outward* *D* +5. Balance tag outward *emmet-balance-tag-outward* *D* To select outward of '
      ' tag type 'D' in insert mode. > @@ -208,7 +220,7 @@ You should copy this section and create new buffer, paste and write as to previous letter of '
    '. If cursor is at first of '
  • ', it select '
  • '. -5. Go to next edit point *emmet-goto-next-point* *n* +6. Go to next edit point *emmet-goto-next-point* *n* To jump next point that need to edit, type 'n' in insert mode. > @@ -220,7 +232,7 @@ You should copy this section and create new buffer, paste and write as And type again 'n' to move a cursor into inner of '
    ' specified id as 'bar'. -6. Go to previous edit point *emmet-goto-previous-point* *N* +7. Go to previous edit point *emmet-goto-previous-point* *N* To jump previous point that need to edit, type 'N' in insert mode. > @@ -232,7 +244,7 @@ You should copy this section and create new buffer, paste and write as And type again 'N' to move a cursor into attribute value of 'foo'. -7. Add and update size *emmet-update-image-size* *i* +8. Add and update size *emmet-update-image-size* *i* To add or update 'width' and 'height' attributes of image, type 'i' on '' tag @@ -250,7 +262,7 @@ You should copy this section and create new buffer, paste and write as Image size retrieved using 'identify' (ImageMagick.org) (if available) or |xxd|. -8. Merge lines *emmet-merge-lines* *m* +9. Merge lines *emmet-merge-lines* *m* To join multi line text like following, type |J|. > @@ -267,7 +279,7 @@ You should copy this section and create new buffer, paste and write as
< -9. Remove tag *emmet-remove-tag* *k* +10. Remove tag *emmet-remove-tag* *k* To remove tag in the block, type 'k'. > @@ -283,7 +295,7 @@ You should copy this section and create new buffer, paste and write as < And type 'k' in there again, then '
' will be removed. -10. Split/join tag *emmet-split-join-tag* *j* +11. Split/join tag *emmet-split-join-tag* *j* To join block, type 'j'. > @@ -300,7 +312,7 @@ You should copy this section and create new buffer, paste and write as
< -11. Toggle comment *emmet-toggle-comment* */* +12. Toggle comment *emmet-toggle-comment* */* Move cursor to block > @@ -320,7 +332,7 @@ You should copy this section and create new buffer, paste and write as hello world
< -12. Make anchor from URL *emmet-make-anchor-url* *a* +13. Make anchor from URL *emmet-make-anchor-url* *a* Move cursor to URL > @@ -332,7 +344,7 @@ You should copy this section and create new buffer, paste and write as < Text retrieved using command, specified by |g:emmet_curl_command|. -13. Make quoted text from URL *emmet-quoted-text-url* *A* +14. Make quoted text from URL *emmet-quoted-text-url* *A* Move cursor to URL > @@ -348,7 +360,7 @@ You should copy this section and create new buffer, paste and write as < Text retrieved using command, specified by |g:emmet_curl_command|. -14. Code pretty *emmet-code-pretty* *c* +15. Code pretty *emmet-code-pretty* *c* Select code block, for example select following code from 'int main()'. > @@ -366,7 +378,7 @@ You should copy this section and create new buffer, paste and write as < To convert text into html used command |:TOhtml|. -15. Lorem ipsum *emmet-lorem-ipsum* +16. Lorem ipsum *emmet-lorem-ipsum* To insert dummy text (30 words by default). >