Skip to content

Instantly share code, notes, and snippets.

@petergi
Created May 2, 2024 18:12
Show Gist options
  • Save petergi/06fc3044ce66a3d5482b95702b35b3c5 to your computer and use it in GitHub Desktop.
Save petergi/06fc3044ce66a3d5482b95702b35b3c5 to your computer and use it in GitHub Desktop.
Double space the file (^ is start of line which matches each line)
: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