dotfiles

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

commit 51374ea22849fd3cb60d09b51b7aeb8fed47dfcd
parent 1a0180775643980fe464743deeaae9dd9a9f2ed1
Author: Chris Bracken <cbracken@google.com>
Date:   Mon, 19 Nov 2012 17:54:59 -0800

Map jj to <ESC>

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

diff --git a/.vim/.vimrc b/.vim/.vimrc @@ -6,6 +6,7 @@ set cpo&vim map! <S-Insert> <MiddleMouse> map <S-Insert> <MiddleMouse> +inoremap jj <ESC> nmap <F2> :noh<CR> " Clear seach highlight let &cpo=s:cpo_save