What command can I run to remove blank lines in Vim?
|
feedback
|
| |||||
feedback
|
|
Found it, it's:
| |||||||||||
feedback
|
or
or
| |||||
feedback
|
|
The following can be used to remove only multi blank lines (reduce them to a single blank line) and leaving single blank lines intact:
| |||
|
feedback
|
|
How about:
| |||
|
feedback
|
|
This function only remove two or more blank lines, put lines below in your vimrc, then use \d to call function
| |||
|
feedback
|