2014年3月20日 星期四

[Vim] 去除^M

:%s/<Ctrl-V><Ctrl-M>//g
<Ctrl-V>表示組合鍵Ctrl+V , <Ctrl-M>表示組合鍵Ctrl+M
Ctrl+V是讓Vim顯示^字元

reference: 
* How to convert the ^M linebreak to 'normal' linebreak in a file opened in vim?

沒有留言: