Supprimer une ligne vide
:g/^$/d
Supprimer une ligne qui commence par #
:g/^#/d
Pour info : http://nephi.unice.fr/Cours/editeurVI.php
_text_