From 58c9a51322b230668240569f4d76124f1df708ec Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 13 Aug 2013 21:18:31 +0900 Subject: [PATCH] Add note for mapping --- doc/emmet.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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.