Took out vi-mode from zsh, updated vim plugins

This commit is contained in:
Dustin Swan
2012-01-03 11:05:56 -05:00
parent 787465e4e0
commit afe5befad7
13 changed files with 14 additions and 12 deletions

2
vimrc
View File

@@ -123,5 +123,7 @@ set list listchars=tab:»·,trail:·,eol:↪
" fine I'll try it
inoremap jk <Esc>
inoremap kj <Esc>
" stop hitting Esc or c-[!
inoremap <Esc> <nop>
nnoremap <Esc> :noh<CR><Esc>