Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 136 Bytes

remove_empty_lines.md

File metadata and controls

19 lines (12 loc) · 136 Bytes

Vim: Remove Empty Lines

Usage:

example text

this is my text

:g/^$/d

results to

example text
this is my text