Author:Jeffrey
Categories:电脑网络
Tags:无
Comment(s):No Comments
” File: /etc/vimrc
” Date: 2010-06-18
” Author: Jeffrey
” NOTE: 自用vim配置文件
set nocompatible “非兼容模式
syntax on ” 开启语法高亮
set ruler “在编辑状态栏显示所在行列信息
set showmatch “显示匹配的括号
” set ignorecase “大小写无关匹配
set noignorecase “大小写严格匹配
set hlsearch “搜索时高亮显示
set nobackup “无备份
set cursorline “高亮当前行背景
set fileformat=unix “换行使用unix方式
set history=400 “设置历史
set linebreak “换行不截断单词
“设置Tab键
set expandtab
set smarttab
set tabstop=4
set shiftwidth=4
“自动缩进与智能缩进
set autoindent
set smartindent
Previous Post:nginx增加JSP支持
Next Post:MLdonkey安装使用