Created
May 2, 2024 18:10
-
-
Save petergi/f631882f8be0b3e7721a8eea5fe42917 to your computer and use it in GitHub Desktop.
Delete all blank lines (^ is start of line; \s* is zero or more whitespace characters; $ is end of line)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:g/^\\s\*$/d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment