diff --git a/doc/emmet.txt b/doc/emmet.txt index d536646..3a655d8 100644 --- a/doc/emmet.txt +++ b/doc/emmet.txt @@ -349,6 +349,27 @@ CUSTOMIZE *emmet-customize* 'user_emmet_anchorizeurl_key' 'user_emmet_anchorizesummary_key' + Or if you want to use mappings + + EmmetExpandAbbr + EmmetExpandWord + EmmetBalanceTagInward + EmmetBalanceTagOutward + EmmetMoveNext + EmmetMovePrev + EmmetImageSize + EmmetToggleComment + EmmetSplitJoinTag + EmmetRemoveTag + EmmetAnchorizeURL + EmmetAnchorizeSummary + EmmetMergeLines + EmmetCodePretty + + So you can make the mapping affected only for a filetype you want. +> + autocmd FileType css imap (EmmetExpandAbbr) +< 2. Indent Size *emmet-indent-size* To change indent size of html, add this code in your vimrc.