vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

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

Eliminate stray comment char

Diffstat:
Mvimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vimrc b/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>