For those who are using Sublime Text as their primary text editor and migratred to Vim, you might found using Emmet on Vim is kind of hard. But, you can still set the <Tab> key when expanding abbreviation on your Vim using Emmet.vim by adding this line on your .vimrc: let g:user_emmet_expandabbr_key='<Tab>' But the problem with this is, it prevents you to use <Tab> key for indention. But of course