2012年12月31日 星期一

VI

sudo apt-get install vim

選擇顏色方案:

ls /usr/share/vim/vim73/colors/
可以看到很多方案
blue.vim      
...
evening.vim
等等

sudo vi ~/.vimrc


set fileencodings=utf-8,cp936,big5,latin1 
set encoding=utf-8 
set termencoding=cp936 
set fileencoding=utf-8
colorscheme evening 
set number
set nobackup 
set autoindent 
set smartindent 
filetype indent on

沒有留言:

張貼留言