information/programming & server2010. 3. 26. 11:30
많이 사용하지는 않지만 가끔씩 사용하더라도 제대로 설정되어 있지 않으면 작업에 지장이 많은 vimrc 설정 값. 저는 이렇게 설정해서 사용하고 있습니다. ^^
set nocompatible set autoindent set smartindent set tabstop=4 set shiftwidth=4 set showmatch set hls set ruler set incsearch set vb t_vb= " prevents vi from making its annoying beeps syntax on " syntax highlighing colorscheme elflord " use this color scheme set background=dark " adapt colors for background
아마도 다른 고수분들은 더더욱 최적화해서 사용하시겠죠. ㅎㅎ