mattn / emmet-vim

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

Fixing the cursor between expanded tags #320

Open ghost opened 8 years ago

ghost commented 8 years ago

Is there a way to configure the cursor to automatically move between the expanded tags, and also with 4 spaces indentation?

Illustrating, currently, when expanding a tag, it goes like this: <div class="one">[cursor]</div>

I wanted to make it go like this: <div class="one"> ____[cursor] </div>

fuadsaud commented 8 years ago

Related: #248