syntax on

set nocompatible
set number
set shiftwidth=8 tabstop=8
set autoindent smartindent cindent 
set mouse=ni nowrap

inoremap <S-Tab> <C-N>

