" ~bear's vim configuration " Really just some simple options that make things awesome. set smartindent set tabstop=4 set shiftwidth=4 set nowrap set pastetoggle= " Make it so the screen scrolls when nearing the edge. set scrolloff=10 set sidescrolloff=15 set incsearch " Ctrl-hjkl navigates windows. nnoremap h nnoremap j nnoremap k nnoremap l