・
・
vi ('A`)なんで色つかね?
-bash: vim: command not found('A`)!
whereis vim('A`)…
vim:
updatedb… …ねぇよ('A`)
locate vim
■yumでvimをインストール
yum -y install vim-enhanced
■bashrcでaliasを設定
alias vi='vim'
■vimrcで好みの設定追記
set number
set autoindent
set cindent
set showmatch
set tabstop=4
set shiftwidth=4