问题
Good day,
I have a bunch of <li></li>
on my html file. Is there any keyboard shortcut so I can go to next LI without clicking or pressing key many time. for example i have 3 li element, if I am done typing on my first (li) <li>done</li
>, then how can i go to next pair of
<li></li>

" without pressing the -> key or down key many times to be able to type on next <li>
pair? Thank you for your tips :)
Its just kind of tiring if done often. specially on tables and list items.
回答1:
In Emmet Documentation is called "Go to Edit Point" Ctrl+Alt+->
To go to previous edit point Ctrl+Alt+<-
Try this page - it's got mini demo videos too : ) http://docs.emmet.io/
来源:https://stackoverflow.com/questions/25441902/how-to-jump-into-next-tag-using-sublime-3-short-cut