debian上#vim /etc/vim/vimrc

   
   
   
   
  1. set cindent 
  2.  
  3. set smartindent 
  4.  
  5. set hls 
  6.  
  7. set nocompatible 
  8.  
  9. set sw=3 
  10.  
  11. set showmatch 
  12.  
  13. set background=light
  14.  
  15. colorscheme desert
  16.  
  17. syntax on 
  18.  
  19. set hlsearch 
  20.  
  21. highlight Search term=reverse ctermbg=4 ctermfg=7
  22.  
  23. highlight Normal ctermbg=black ctermfg=white 
  24.  
  25. highlight Comment ctermfg=blue