mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
Document g:user_emmet_leader_key's trailing ','.
README.mkd, doc/emmet.txt -Add some text to clarify that any keymap specified with `g:user_emmet_leader_key` must be followed by a `,`.
This commit is contained in:
@@ -334,7 +334,10 @@ CUSTOMIZE *emmet-customize*
|
||||
>
|
||||
let g:user_emmet_leader_key = '<c-y>'
|
||||
<
|
||||
Or if you prefer to map for each actions, then you set each variables.
|
||||
Note that a trailing ',' must be entered, so the resultant keymap is
|
||||
'<c-y>,'.
|
||||
|
||||
If you prefer to map for each actions, then you set each variables.
|
||||
|
||||
'user_emmet_expandabbr_key'
|
||||
'user_emmet_expandword_key'
|
||||
|
||||
Reference in New Issue
Block a user