VI Configuration

  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

 
   

Reproduced in: https: //www.cnblogs.com/bigcat/archive/2011/03/28/2004736.html

Guess you like

Origin blog.csdn.net/weixin_33859844/article/details/94006175