mattn / emmet-vim

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

Any way to remap it so it doesnt need to call , and only <c-y> suffice? #467

Open thepenguinthatwants opened 5 years ago

thepenguinthatwants commented 5 years ago

Any way to remap it so it doesnt need to call , and only suffice?

mattn commented 5 years ago

See :help emmet-customize-key-mappings

thepenguinthatwants commented 5 years ago

But the the trailing , still needs to be entered?

mattn commented 5 years ago

What do you mean? Could you please show me example code?

thepenguinthatwants commented 5 years ago

let g:user_emmet_expandabbr_key = '' Oh yeh then I dont need to add the , to make it work. Thanks!