dotfiles

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

commit ddc64ad89a3bb34639c508f85d770c9a6503a739
parent 4826c3038c2f74e9e8014004e4197958c96c3653
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 29 Jul 2016 09:05:33 -0700

Eliminate stray comment char

Diffstat:
M.vim/vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.vim/vimrc b/.vim/vimrc @@ -27,7 +27,7 @@ map <S-Insert> <MiddleMouse> " Kill ex mode, map jj to ESC noremap Q <NOP> inoremap jj <ESC> -" + " Kill arrow keys, for great justice noremap <Up> <NOP> noremap <Down> <NOP>