I'm on OS X. How can I move my cursor around the code in Sublime Text (using keyboard only, obviously) in the way that it goes straight in between opening and closing tags?
For example I have ul list like this one below created with Emmet like ul>li*3. After hitting Tab button I end up in between first li tags. However when I type anything and hit arrow down my cursor goes at the end of next line. Moving around using Option+left/right is not convenient because cursor ends up just before / in </li> so I need to press left arrow twice to get where I want.
<ul>
<li>hello 1</li>
<li></li>
<li></li>
</ul>
Is it possible to move straight in between the tags? Will it work also in CSS and/or JS?
Aucun commentaire:
Enregistrer un commentaire