Mercurial > public > dotfiles
comparison vim/.vimrc @ 10:b113527fa5d1
Tweaked format options. Text wasn't wrapping with the older settings.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 19 Dec 2012 19:11:38 -0600 |
parents | d3c383a0a5e8 |
children | d428a965f322 |
comparison
equal
deleted
inserted
replaced
9:d3c383a0a5e8 | 10:b113527fa5d1 |
---|---|
89 set wildmenu | 89 set wildmenu |
90 set wildmode=list:longest | 90 set wildmode=list:longest |
91 set laststatus=2 | 91 set laststatus=2 |
92 set gdefault | 92 set gdefault |
93 set showmatch | 93 set showmatch |
94 set formatoptions=qrn1 | 94 set formatoptions=tcqrn1 |
95 nnoremap ,/ :noh<CR> | 95 nnoremap ,/ :noh<CR> |
96 " nnoremap / /\v | 96 " nnoremap / /\v |
97 " vnoremap / /\v | 97 " vnoremap / /\v |
98 | 98 |
99 " Splitting windows and moving around between them: | 99 " Splitting windows and moving around between them: |