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