Created
June 4, 2012 03:52
-
-
Save tomheng/2866233 to your computer and use it in GitHub Desktop.
vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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