What command can I run to remove blank lines in Vim?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|||||||||
|
|
Found it, it's:
|
|||||||||||||||||
|
or
or
|
|||||||||||||||||
|
|
The following can be used to remove only multi blank lines (reduce them to a single blank line) and leaving single blank lines intact:
|
|||
|
|
in order to input ^M, I have to control-Q and control-M in windows |
||||
|
|
|
How about:
|
|||||
|
|
This function only remove two or more blank lines, put lines below in your vimrc, then use \d to call function
|
|||
|
|