# HG changeset patch # User Steve Losh # Date 1311553236 14400 # Node ID 50df9ce82ada4927da10dc66f241b1f0bc0f4b25 # Parent c210796f4368a1b46f2da4a0f0ce86a140b807ce Colemak! diff -r c210796f4368 -r 50df9ce82ada vim/.vimrc --- a/vim/.vimrc Fri Jul 22 10:57:46 2011 -0400 +++ b/vim/.vimrc Sun Jul 24 20:20:36 2011 -0400 @@ -175,24 +175,11 @@ " Directional Keys {{{ -" Why stretch? -noremap h ; -noremap j h -noremap k gj -noremap l gk -noremap ; l - " Easy buffer navigation -" Note: For this section to make any sense you need to remap Ctrl-; to Ctrl-g at -" the KEYBOARD level. The reason is that for some reason the OS X doesn't -" recognize the Ctrl+; combination as something special, so it just passes it -" to Vim as a semicolon. -" -" Yeah, it's dumb. -noremap h -noremap j -noremap k -noremap l +noremap h +noremap j +noremap k +noremap l noremap g v " }}} @@ -485,7 +472,7 @@ inoremap :call InsertCloseTag()a " Faster Esc -inoremap jk +inoremap " Cmdheight switching nnoremap 1 :set cmdheight=1