.vimrc 같은건 대충 필요한 것만 그때 그때 써서 썼는데 새 환경에서 하나하나 쓰려니 귀찮다. 복사해서 쓸 수 있게 여기다 하나 써두고 업데이트하자.
syntax on set autoindent set cindent :set smartindent set noexpandtab set nu set hlsearch set ts=4 set shiftwidth=4 set laststatus=2 set statusline=\ %<%l:%v\ [%P]%=%a\ %h%m%r\ %F\ set incsearch colorscheme elflord