#

dos2unix

Tool for converting DOS to Unix file formats

ProgrammingWhat Does ^M Mean in Vim? Remove from .vimrc File

Discover what the ^M character means in Vim—it's a carriage return from Windows CRLF line endings. Learn to remove ^M from .vimrc files using :%s/\r//g, :set ff=unix, or dos2unix to fix configuration issues and ensure Unix compatibility.

1 answer 1 view