See line breaks and carriage returns in editor

后端 未结 8 2251
臣服心动
臣服心动 2020-12-04 05:33

Does anyone know of a text editor on Linux that allows me to see line breaks and carriage returns? Does Vim support this feature?

8条回答
  •  渐次进展
    2020-12-04 06:12

    I suggest you to edit your .vimrc file, for running a list of commands. Edit your .vimrc file, like this :

    cat >> ~/.vimrc <

    When you're executing vim, the commands into .vimrc are executed, and you can see this example :

    My line with CRLF eol here ^M¶
    

提交回复
热议问题