1- For writing whole template (!
then hit enter)
2- To write any tag with its closing tag type the name of that tag then hit enter
a then hit enter
p then hit enter
3- If you want to write multiple tags at once type (name of tag*amount)
(h1*5)---> 5 h1 tags will be created
4- If you want to write class
(tag_name.class_name then hit enter) ----> div.wajee (a class of name wajee will
be created)
5- If you want to write id
(tag_name#id_name then hit enter) ---> p#mypara
6- To create multicursors (hold alt key and tap whereever you want to write the
same line)
7- To move any line above and below (select the line, hold alt and move whereever
you want)
8- To duplicate something (shift+alt & ddown arrow)
9-