반응형

요즘 aws에서 여러 ec2 인스턴스를 만들다 보니까 

매번 vimrc 설정하기가 귀찮아서 남긴다.


if has("syntax")
syntax on
endif
set hlsearch
set autoindent
set cindent
set nu
set ts=4
set shiftwidth=4
au BufReadPost *
\ if line("'\"") > 0 && line("'\"") <= line("$") |
\ exe "norm g`\"" |
\ endif
set laststatus=2
set statusline=\ %<%l:%v\ [%P]%=%a\ %h%m%r\ %F\
view raw .vimrc hosted with ❤ by GitHub


반응형