:g/^\s*#/d will remove comment lines from a file with Vim.
Delete Comments April 18, 2015 · 1 min · Jake Worth :g/^\s*#/d will remove comment lines from a file with Vim.