Skip to content

Instantly share code, notes, and snippets.

@convexstyle
Last active August 29, 2015 14:20
Show Gist options
  • Save convexstyle/bccd27af7f2b6d2ab66c to your computer and use it in GitHub Desktop.
Save convexstyle/bccd27af7f2b6d2ab66c to your computer and use it in GitHub Desktop.
Remove carriage return (^M) in Vim
(1) vim -b something.txt
(2) Escape
(3) :%s/^M//s
To avoid adding ^M in RubyMine or Web Storm,
Preference > General > Uncheck "Use soft wraps in editor"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment