.vimrc custom for my own develop environment(especially useful for kernel hacking)
set autoindent
set number
set ruler
set hlsearch
set title
set tabstop=4
set cindent
set showmode
set nu
set shiftwidth=4
set laststatus=2
set cursorline
set linebreak
set showmatch
set background=dark
set nowrapscan
set hlsearch
set ignorecase
set incsearch
set backspace=eol,start,indent
set history=1000
set fencs=ucs-bom,utf-8,euc-kr,latin1
set fileencoding=utf-8
set textwidth=80
set clipboard=unnamedplus
syntax on