现在的位置: 首页 > 综合 > 正文

我的简单vim配置文件

2013年11月19日 ⁄ 综合 ⁄ 共 436字 ⁄ 字号 评论关闭

set nocompatible
syntax on
set number
set cursorline
set ruler
set shiftwidth=4
set softtabstop=4
set tabstop=4
set nobackup
set autochdir
filetype plugin indent on
set backupcopy=yes
set ignorecase smartcase
set nowrapscan
set incsearch
set hlsearch
set noerrorbells
set novisualbell
set t_vb=
set magic
set hidden
set guioptions-=T
set guioptions-=m
set smartindent
set backspace=indent,eol,start

----------------------------------------------------------------------------

vim是个让人上瘾的编辑器!

抱歉!评论已关闭.