dotfiles

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

commit 27a3b3f814b0882af5e5ede5bb263ca2e4e32058
parent c4c6749be5b01225cded28f7ba27ae5d8e9d929a
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat, 19 Apr 2014 15:19:47 -0700

Improve comments, minor reformat

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

diff --git a/.vim/vimrc b/.vim/vimrc @@ -17,15 +17,15 @@ filetype plugin indent on let s:cpo_save=&cpo set cpo&vim -map! <S-Insert> <MiddleMouse> +map! <S-Insert> <MiddleMouse> " Middle-mouse paste map <S-Insert> <MiddleMouse> -inoremap jj <ESC> -nmap <F2> :noh<CR> " Clear seach highlight -noremap <Up> <NOP> -noremap <Down> <NOP> -noremap <Left> <NOP> -noremap <Right> <NOP> -vmap < <gv " Retain selection on >,< +inoremap jj <ESC> " jj = ESC +nmap <F2> :noh<CR> " Clear seach highlight +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 let &cpo=s:cpo_save unlet s:cpo_save