1.简洁
----------------------------------------

----------------------------------------
配置文件(_vimrc)代码:
set nocompatible
set number
set history=1000
set autoindent
set smartindent
set tabstop=4
set shiftwidth=2
set showmatch
set guioptions=t
set ruler
set incsearch
set ignorecase
set fileencodings=ucs-bom,utf-8,cp936,gb18030,big5,euc-jp,euc-kr,latin1
colorscheme rdark
syntax on
filetype plugin indent on
au GUIEnter * simalt ~x
2.护眼
----------------------------------------
酱紫配色文件(rdark.vim)代码:
set guioptions-=m
set guioptions-=T
map <silent> <F2> :if &guioptions =~# 'T' <Bar>
\set guioptions-=T <Bar>
\set guioptions-=m <bar>
\else <Bar>
\set guioptions+=T <Bar>
\set guioptions+=m <Bar>
\endif<CR>
3.F2键
F2键,显隐菜单工具栏