내가 자주 쓰는 vim 설정은 다음과 같다
vi ~/.vimrc
set nu 줄 넘버
syntax on 문법 표시
set ts=4 탭 스페이스
set sw=4 자동 인덴트할 때 너비
set smartindent
set autoindent
set hlsearch 검색어 하이라이팅
colorscheme jellybeans
아래 주소에서 다운받아 ~/.vi 폴더에 colors 폴더 만들어 집어 넣으면 됨
jellybeans : http://www.vim.org/scripts/script.php?script_id=2555
'Tech > Linux' 카테고리의 다른 글
MAC에서 zsh, agnoster theme 설치하기 (0) | 2016.05.07 |
---|---|
MYSQL auto backup shell (CentOS 6.6 기준) (0) | 2015.08.17 |
iptables log 남기기(CentOS 6.6) (0) | 2015.08.14 |