macvim - Change emmet's leader key in Vim -
is possible to change way expand emmet code html?
the default ctrl+y+, , thats 2 many keys liking.
in sublime enter emmet code , hit tab , expands it. there way have vim?
:help emmet-customize
explains how customize emmet's mappings. "noob", owe used vim's documentation.
you add line below ~/.vimr/after/ftplugin/html.vim
:
inoremap <buffer> <tab> <plug>(emmet-expand-abbr)
however, emmet has lot of features accessible via number of mappings using same "leader", <c-y>
i'm not sure idea take direction want take.
Comments
Post a Comment