syntax on set showcmd " Show (partial) command in status line. set showmatch " Show matching brackets. set ruler " Show the line and column numbers of the cursor set ignorecase " Do case insensitive matching set incsearch " Incremental search set autowrite " Automatically save before commands like :next and :mak set nowrap " no wrap, damnit. set hlsearch " highlight search strings set whichwrap=b,s,<,h " wrap around when moving characters autocmd BufEnter * :syntax sync fromstart