mattn / emmet-vim

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

Failed trying to assign a shortcut #441

Closed jikkujose closed 5 years ago

jikkujose commented 5 years ago

I did the following to map T to trigger expansion:

nnoremap T <c-y>,

But somehow it doesn't work, any ideas?

mattn commented 5 years ago

you must use nmap instead of nnoremap

mattn commented 5 years ago

BTW, you've better to use plug map. See :help emmet-customize-key-mappings