3d58f115f6b4

vim: start using arpeggio
[view raw] [browse files]
author Steve Losh <steve@dwaiter.com>
date Mon, 12 Jul 2010 10:34:58 -0400
parents 77915b6f0ed8
children 277d21e97a02
branches/tags (none)
files vim/.vimrc

Changes

--- a/vim/.vimrc	Mon Jul 12 00:32:25 2010 -0400
+++ b/vim/.vimrc	Mon Jul 12 10:34:58 2010 -0400
@@ -180,9 +180,9 @@
 " HTML tag closing
 imap <C-_> <Space><BS><Esc>:call InsertCloseTag()<cr>a
 
-" Conque
-nmap <leader>sh :ConqueTermVSplit zsh<cr>
-nmap <leader>SH :ConqueTermSplit zsh<cr>
-nmap <leader>r :ConqueTermVSplit 
-nmap <leader>R :ConqueTermSplit 
-
+" Arpeggio
+call arpeggio#load()
+Arpeggio inoremap jk <Esc>
+Arpeggio inoremap fh <Esc>
+Arpeggio inoremap fj <Esc>
+inoremap <Esc> <nop>