Guest User

Untitled

a guest
Oct 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. <!-- Balance - outwards/inwards <c-y>d or <c-y>D -->
  2. <div id="page">
  3. <section class="content">
  4. <h1>Doc example</h1>
  5. <p>Sit ex incidunt.</p>
  6. </section>
  7. </div>
  8.  
  9. <!-- 1) Wrap abbreviation - works but no indents - <c-y>, -->
  10. <div id="page">
  11. <p>'Hello world'</p>
  12. </div>
  13.  
  14. <!-- 2) Manually indented -->
  15. <div id="page">
  16. <div class="wrapper">
  17. <h1>title</h1>
  18. <div class="content">
  19. <p>'Hello world'</p>
  20. </div>
  21. </div>
  22. </div>
  23.  
  24. <!-- Go to next/previous Edit Point - <c-y>n Or <c-y>N -->
  25. <ul>
  26. <li><a href=""></a></li>
  27. <li><a href=""></a></li>
  28. </ul>
  29. <div>
  30.  
  31. </div>
  32.  
  33. <script>
  34. var str = '<ul><li><a></a></li></ul>';
  35. </script>
  36.  
  37. <!-- Split/Join Tag - <c-y>j -->
  38. <div class="foo">
  39. cursor is here
  40. </div>
  41.  
  42. <!-- Remove Tag - <c-y>k -->
  43. <body>
  44. <div class="wrapper">
  45. <h1>title</h1>
  46. <p>Lorem animi impedit quibusdam.</p>
  47. <p>Sit neque obcaecati saepe</p>
  48. <p>Dolor hic voluptatum cumque</p>
  49. </div>
  50. </body>
Add Comment
Please, Sign In to add comment