dotfiles

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

commit 1a0180775643980fe464743deeaae9dd9a9f2ed1
parent 417dfbe72b9c2fbeafd2f3f5b2a7e216feb16cd4
Author: Chris Bracken <cbracken@google.com>
Date:   Mon, 15 Oct 2012 12:26:14 -0700

Formatting

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

diff --git a/.vim/.vimrc b/.vim/.vimrc @@ -4,9 +4,9 @@ set encoding=utf-8 let s:cpo_save=&cpo set cpo&vim -map! <S-Insert> <MiddleMouse> -map <S-Insert> <MiddleMouse> -nmap <F2> :noh<CR> " Clear seach highlight +map! <S-Insert> <MiddleMouse> +map <S-Insert> <MiddleMouse> +nmap <F2> :noh<CR> " Clear seach highlight let &cpo=s:cpo_save unlet s:cpo_save