colo desert
syntax on

set ai
set si
set cindent
set smartindent
set hlsearch 
set fileencodings=utf-8,euc-kr
set bs=indent,eol,start
set history=1000 
set ruler
set title  
set showmatch 
set wmnu     
set shiftwidth=4
set tabstop=4 
set softtabstop=4
set expandtab 
set ignorecase
set redrawtime=100000

filetype plugin indent on

set tags+=.,/home/iipeace/work/linux-4.5.2/tags
