Skip to content

Instantly share code, notes, and snippets.

@mistersourcerer
Created November 20, 2012 17:59
Show Gist options
  • Save mistersourcerer/4119650 to your computer and use it in GitHub Desktop.
Save mistersourcerer/4119650 to your computer and use it in GitHub Desktop.
Vim regex to replace trailing spaces
:%s/\s\{1,}\n/\r/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment