2014
11-24
11-24
我的vim配置文件
" 使用vim特性
set nocompatible
" 运行文件类型插件
filetype on
filetype plugin on
filetype plugin indent on
" 允许当前缓冲区不保存就转到后台
set hidden
" 命令行模式tab补全.... Read More >