Vim常用设置篇

禁止末尾追加空行

:set noendofline binary

设置默认配色方案

colorscheme elflord

自动折行(显示用)

:set wrap 设置自动折行
:set nowrap 设置不自动折行

你可能感兴趣的:(vim,设置)