Skip to content

Instantly share code, notes, and snippets.

@bmorwood
Last active December 20, 2017 21:39
Show Gist options
  • Save bmorwood/fa2d0ed10272f86dba66823a22c530e2 to your computer and use it in GitHub Desktop.
Save bmorwood/fa2d0ed10272f86dba66823a22c530e2 to your computer and use it in GitHub Desktop.
remove stupid ^M from files in VIM
:%s/^M//g
 To get ^M in UNIX (Hold control key and then press v and m character).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment