# HG changeset patch # User Steve Losh # Date 1292258554 18000 # Node ID 9e7096459f94b4bc23e0816140863808b1d62532 # Parent f0d5c7c0f70070ddb9def196da8066ebe14e008e vim: fix CCM and add esc-autocomplete diff -r f0d5c7c0f700 -r 9e7096459f94 vim/.vimrc --- a/vim/.vimrc Fri Dec 10 09:55:26 2010 -0500 +++ b/vim/.vimrc Mon Dec 13 11:42:34 2010 -0500 @@ -190,9 +190,12 @@ inoremap :call InsertCloseTag()a " Faster Esc -inoremap inoremap jj +" TextMate-Style Autocomplete +inoremap +inoremap + " Scratch nmap :Sscratchx:resize 15 @@ -355,11 +358,11 @@ endfunction " Camel Case Motion -map \w CamelCaseMotion_w -map \b CamelCaseMotion_b +map āˆ‘ CamelCaseMotion_w +map āˆ« CamelCaseMotion_b map \e CamelCaseMotion_e -omap i\w CamelCaseMotion_iw -xmap i\w CamelCaseMotion_iw +omap iāˆ‘ CamelCaseMotion_iw +xmap iāˆ‘ CamelCaseMotion_iw if has('gui_running') set guifont=Menlo:h12