Created
May 2, 2024 18:12
-
-
Save petergi/06fc3044ce66a3d5482b95702b35b3c5 to your computer and use it in GitHub Desktop.
Double space the file (^ is start of line which matches each 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/^/pu =\\"\\n\\" | |
" Alternative (:put inserts nothing from the blackhole register) | |
:g/^/pu \_ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment