vim 取消自动换行和自动折行

取消自动换行

把textwidth调大:

:set textwidth=1000

取消自动折行

:set nowrap
原文地址:https://www.cnblogs.com/raina/p/12713327.html