摘要: 56 "显示行号 57 set number 58 59 "自动对齐 60 set smartindent 61 62 "tab键空格 63 set tabstop=4 64 65 "自动缩进即每行的缩进值与上一行相等 66 "set autoindent 67 68 "自动匹配 69 set showmatch 70 set matchtime=0 71 72 "输入搜索内容时就显示搜索结果 73 set incsearch 74 75 "高亮显示被找到的文本 76 set hlsearch 77 78 &quo 阅读全文
posted @ 2013-01-28 19:54 !!!!!!!!!!! 阅读(167) 评论(0) 推荐(0)