mattn / emmet-vim

emmet for vim: http://emmet.io/
http://mattn.github.io/emmet-vim
MIT License
6.42k stars 411 forks source link

silent mappings #361

Closed nhooyr closed 6 years ago

nhooyr commented 7 years ago

Emmet mappings print stuff like =emmet#expandAbbr(0,""). would be nice to silence those.

wsdjeg commented 7 years ago

@mattn I use this plugin in SpaceVim, and I also need this feature. But I am not sure all the people prefer silent mappings.

mattn commented 7 years ago

You can remap your self. Use <plug>(emmet-expand-abbr).

wsdjeg commented 7 years ago

nice, it works. :+1:

mattn commented 7 years ago

closable?

nhooyr commented 4 years ago

Can we reopen this? There are like 12 mappings you'd have to remap yourself. Would be much better to silence by default imo.