u*
The begining of tags '' on below
@@ -1266,14 +1264,14 @@ CUSTOMIZE *emmet-customize*
1. Key mapping *emmet-customize-key-mappings*
To specify leading key for expanding or balance tag, or for all,
- Add this line in your 'vimrc': >
+ Add this line in your 'vimrc':
>
let g:user_emmet_leader_key = ''
<
Note that to expand abbreviation a trailing ',' must be typed, so
the resultant keymap is ','.
- If you prefer to map for each actions separately, use following valuables:
+ If you prefer to map for each action separately, use following variables:
>
let g:user_emmet_expandabbr_key = ','
let g:user_emmet_expandword_key = ';'
@@ -1334,7 +1332,7 @@ CUSTOMIZE *emmet-customize*
3. Define tag's behavior *emmet-define-tags-behavior*
- User can create abbreviations and snippets for each filetypes
+ User can create abbreviations and snippets for each filetype
using |g:user_emmet_settings|. For details, see official site of Emmet.
For example, user can add following:
>