dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit ef8b6d859a8164366a83a2a65dd42f88a049f112
parent ab383955808e36535243772e5e5f837143548be8
Author: Chris Bracken <chris@bracken.jp>
Date:   Sun, 11 May 2014 11:31:08 -0700

Formatting. No functional changes.

Diffstat:
M.vim/vimrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.vim/vimrc b/.vim/vimrc @@ -26,8 +26,8 @@ noremap <Up> <NOP> " Kill arrow keys, for great justice noremap <Down> <NOP> noremap <Left> <NOP> noremap <Right> <NOP> -vmap < <gv " Retain selection on >,< -vmap > >gv +vmap < <gv " Retain selection on >,< +vmap > >gv let &cpo=s:cpo_save unlet s:cpo_save