" 不备份
set nobackup
" 搜索时全小写相当于不区分大小写,只要有一个大写字母出现,则区分大小写
" set ignorecase smartcase
" 启动gVIM时最大化
au GUIEnter * simalt ~x
" Toggle Menu and Toolbar
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>
" set shiftwidth=4
" 字体设置
" set guifont=Lucida_Console:h14:cANSI
" 以语法作为折叠规则
" set foldmethod=syntax
set tabstop=4
set shiftwidth=4
set smarttab
set expandtab
set softtabstop=4
4083

被折叠的 条评论
为什么被折叠?



