Reputation: 3163
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.
Upvotes: 0
Views: 1208
Reputation: 11
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/
Upvotes: 1