我的gVim配置

" 语法高亮
syntax on

" 自动缩进
set ai

" 显示行号
set nu

" tab宽度
set tabstop=4

" 不要自动备份文件
set nobackup

" 不自动换行
set nowrap

" 字体名称、高度、字符集
set gfn=Consolas:h11:cANSI:qDRAFT

" 默认文件编码
set fileencoding=utf-8

" 文件编码
set fileencodings=utf-8,cp93

" 不响应鼠标
set mouse=
set ttymouse=

" 不使用系统剪贴版
set clipboard=