Skip to content

Instantly share code, notes, and snippets.

@tomheng
Created June 4, 2012 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomheng/2866233 to your computer and use it in GitHub Desktop.
Save tomheng/2866233 to your computer and use it in GitHub Desktop.
vimrc
set number
syntax on
set hlsearch
set autochdir
set history=500
set incsearch "输入搜索内容时即显示搜索结果
set ruler
set shiftwidth=4 "设定<<和>>命令移动的宽度为4
set tabstop=4
set softtabstop=4 "退格键一次可以删除四个空格
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment