编辑文件.vimrc
【设置字符集】
ssh上的解决方案
1 set fileencodings=utf-8,gbk
【设置行号】
2 set nu
3 set numberwidth=1
【语法高亮适用与C】
4 syntax on
【自动缩行】
5 set autoindent
6 set tabstop=4
7 set cindent
8 set ruler
编辑文件.vimrc
【设置字符集】
ssh上的解决方案
1 set fileencodings=utf-8,gbk
【设置行号】
2 set nu
3 set numberwidth=1
【语法高亮适用与C】
4 syntax on
【自动缩行】
5 set autoindent
6 set tabstop=4
7 set cindent
8 set ruler