set mouse=a
set number
filetype on "check file type
syntax on
set autoindent
set smartindent
set tabstop=4
set shiftwidth=4
"set showmatch“设置匹配模式,类似当输入一个左括号时会匹配相应的那个右括号
“查询时非常方便,如要查找book单词,当输入到/b时,
会自动找到第一个b开头的单词,当输入到/bo时,
会自动找到第一个bo开头的单词,依次类推,进行查找时,使用此设置会快速找到答案,当你找要匹配的
单词
“时,别忘记回车
set incsearch
“c风格缩进
set cindent
阅读(521) | 评论(0) | 转发(0) |