syntax on #syntax highlight
filetype indent plugin on #indent relative to file type
set tabstop=4 #tab key skip 4 characters
set shiftstop=4 #shift width 4 characters
set ruler
set showcmd #show command
set number #show line-number
本文出自 “vim配置” 博客,谢绝转载!
原文地址:http://5264582.blog.51cto.com/5254582/1930187