2015
07-21
07-21
自用的vim-vimrc文件
" 使用vim特性
set nocompatible
" 运行文件类型插件
filetype on
filetype plugin on
filetype plugin indent on
" 允许当前缓冲区不保存就转到后台
set hidden
" 命令行模式tab补全修改
set wildmenu
set wildmode=list:longest
".... Read More >