vim设置自动换行和自动折行的方式是不同的,自动换行使用set textwidth命令,自动折行使用set wrap命令。
自动换行
自动换行是每行超过 n 个字的时候 vim 自动加上换行符用
类似 :set textwidth=70 来设置 n
自动折行
自动折行是把长的一行用多行显示 , 不在文件里加换行符用
:set wrap 设置自动折行
:set nowrap 设置不自动折行
Post a comment now »
本文目前不可评论
Sorry, the comment form is closed at this time.
No comments yet.