set nu
set autoindent
set tabstop=4
set shiftwidth=4
set showmatch
map b :w
:!make

