4,452
edits
add a link to the Emmet cheatsheet |
add emmet and adding comments to a block |
||
Line 1: | Line 1: | ||
== Editing techniques == | |||
== Adding comments to a block == | |||
Grab lines with visual block and then <code>:norm i#</code> to comment, and then <code>:norm x</code> or <code>:norm ^x</code> with indentation. | |||
== Emmet == | |||
Also known as Zen Coding previously. | |||
* [http://docs.emmet.io/cheat-sheet/ Emmet cheatsheet] | * [http://docs.emmet.io/cheat-sheet/ Emmet cheatsheet] | ||