171 B
171 B
Vim incantations
Delete lines matching
:g/<pattern>/<cmd> executes an ex command <cmd> on lines matching
<pattern>. Use the command d to delete the lines.
:g/<pattern>/<cmd> executes an ex command <cmd> on lines matching
<pattern>. Use the command d to delete the lines.