VIM editor's color setting
[ Set color schema ]
VIM editor에서 아래의 명령을 수행한다.
(예1)
: color darkblue
(예2)
: color desert
참고로 전체 color schema를 보려면, 아래와 같이 directory를 조회하면 된다.
$ ls
/usr/share/vim/vim74/
blue.vim
delek.vim evening.vim murphy.vim README.txt slate.vim
darkblue.vim desert.vim
koehler.vim pablo.vim ron.vim torte.vim
default.vim
elflord.vim morning.vim peachpuff.vim shine.vim
zellner.vim
쉽게 아래와 같이 기본 설정을 바꿀 수 있다.
$ echo
"color evening" >> ~/.vimrc
아래와 같이 'ab' 설정을 사용하면, coding할 때 편하다.
ab printf_ printf("%s %s(%d) \n", __func__, __FILE__, __LINE__);
ab while_ while ()^M{^M}
ab if_ if ()^M{^M}
ab for_ for (;;)^M{^M}
댓글 없음:
댓글 쓰기