set nonumber " we don't need line numbers on the left, because we have status line
set laststatus=2 " always show the status line
set statusline=%<%F%h%m%r%h%w%y\ %=\col:%c%V\ line:%l\,%L\ %P
set hlsearch
set incsearch
set ignorecase
set showmatch
set matchtime=3
set softtabstop=2
set shiftwidth=2
set tabstop=2
set expandtab
set noautoindent smartindent
set bg=dark
set paste
set pastetoggle=<F2>