VI 配置

  1 set autoindent
  2 set smartindent
  3 set nocompatible
  4 set nu
  5 filetype on
  6 set history=1000
  7 set background=dark
  8 syntax on
  9 set ts=5
 10 set shiftwidth=5
 11 set showmatch
 12 set ruler
 13 set nohls
 14 set incsearch
 15 colorscheme torte

posted @ 2011-03-28 14:30  big cat  阅读(143)  评论(0编辑  收藏  举报