Skip to content

Instantly share code, notes, and snippets.

@JoshuaGross
Created February 21, 2012 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoshuaGross/1872499 to your computer and use it in GitHub Desktop.
Save JoshuaGross/1872499 to your computer and use it in GitHub Desktop.
Vim: collapse sentences into one line
%s/\([^.?!]\)\n/\1 /g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment