diff options
author | LAN-TW <lantw44@gmail.com> | 2013-05-12 20:51:26 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-05-12 20:51:26 +0800 |
commit | 5db6f0c79327e5795bdd6072347f1a4b329b6333 (patch) | |
tree | 921416bf5f92c59abcf2c1cdbb8f43ee8982b03f | |
parent | 48d6d8a09a9a2b07371e84a03773f8196b4cf91e (diff) | |
download | configfile-5db6f0c79327e5795bdd6072347f1a4b329b6333.tar.gz configfile-5db6f0c79327e5795bdd6072347f1a4b329b6333.tar.zst configfile-5db6f0c79327e5795bdd6072347f1a4b329b6333.zip |
vimrc: 加入 80 字自動換行vimrc-20130512
-rw-r--r-- | vimrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,9 +13,11 @@ set cindent set hls set ru set nocp +set tw=80 +set cc=+1 set ve=block -syntax on set background=light +syntax on highlight Comment ctermfg=darkcyan highlight Search term=reverse ctermbg=4 ctermfg=7 |