emmet-vim icon indicating copy to clipboard operation
emmet-vim copied to clipboard

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

Open thepenguinthatwants opened this issue 5 years ago • 4 comments

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

thepenguinthatwants avatar Aug 27 '19 08:08 thepenguinthatwants

See :help emmet-customize-key-mappings

mattn avatar Aug 27 '19 08:08 mattn

But the the trailing , still needs to be entered?

thepenguinthatwants avatar Aug 27 '19 08:08 thepenguinthatwants

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

mattn avatar Aug 27 '19 08:08 mattn

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

thepenguinthatwants avatar Aug 27 '19 08:08 thepenguinthatwants