set shiftwidth=4
set tabstop=4
set expandtab
set smarttab
map <C-k> :tabp <CR>
map <C-j> :tabn <CR>
syntax on
colorscheme desert
set hlsearch
