# HG changeset patch # User Steve Losh # Date 1291992926 18000 # Node ID f0d5c7c0f70070ddb9def196da8066ebe14e008e # Parent 2cf7117ab3889b09092b628b094af2fd041f3d49 vim: replace camelcasemappings with others to unshadow stuff diff -r 2cf7117ab388 -r f0d5c7c0f700 vim/.vimrc --- a/vim/.vimrc Fri Dec 10 09:42:28 2010 -0500 +++ b/vim/.vimrc Fri Dec 10 09:55:26 2010 -0500 @@ -354,6 +354,13 @@ endif endfunction +" Camel Case Motion +map \w CamelCaseMotion_w +map \b CamelCaseMotion_b +map \e CamelCaseMotion_e +omap i\w CamelCaseMotion_iw +xmap i\w CamelCaseMotion_iw + if has('gui_running') set guifont=Menlo:h12 colorscheme molokai