filetype on syntax on colorscheme desert set number filetype indent on set nowrap set tabstop=4 set shiftwidth=4 set expandtab set smartindent set autoindent set guioptions-=T " highlight search matches set hlsearch " show matching parenthesis set showmatch " remove whitespace on write autocmd BufWritePre * :%s/\s\+$//e " press esc to cancel search nnoremap :nohlsearch:echo