emmet-vim
emmet-vim copied to clipboard
Remap to shift tab
Hi, How could I remap <c-y>,
to shift tab? I have the following but it doesn't work...
nnoremap <S-Tab> <c-y>,
Thanks a lot.
why nnoremap?
@mattn well inoremap
doesn't work either, if that's what you mean....
Well, did you read doc? :help emmet-customize-key-mappings
I add this in my .vimrc
file and works:
imap <S-tab> <plug>(emmet-expand-abbr)