set autochdir "设置终端路径为当前文件所在路径
set hls "查找到的字符串高亮
set cindent "自动对齐
set nu "显示行号
colorscheme murphy "设置主题
set nocompatible "不使用vi的键盘模式
syntax on "语法高亮,默认开启
vim配置解析
原文:http://www.cnblogs.com/onestow/p/4362034.html