18
21

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

vimで開いたら行末に^Mと表示された時の対処法

Last updated at Posted at 2014-12-18

細かい設定してないvimでcrlfなファイルを開くと行末に^Mとか出て鬱陶しいと思います。
改行コードを変更してもいいけど、しないでおきたいときの対応方法

以下のExコマンドを実行

:e ++ff=dos

戻したい場合は

:e ++ff=unix
18
21
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
18
21

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?