标签:linux vi
set nocompatible
set backspace=2
set nu
syntax on
set ruler
set tabstop=2
set hlsearch
set autoindent
set smartindent
set tabstop=4
set softtabstop=4
set shiftwidth=4
vi 配置
原文地址:http://huijiechou.blog.51cto.com/7221732/1918335