# HG changeset patch # User Steve Losh # Date 1301576879 14400 # Node ID 501b64da8d723b08483e9a21e545afe904f7f631 # Parent a0023e3d1283b3c5144af70e5519c01f2ecbdb8e vim: easymotion bindings and colors diff -r a0023e3d1283 -r 501b64da8d72 vim/.vimrc --- a/vim/.vimrc Wed Mar 30 12:50:50 2011 -0400 +++ b/vim/.vimrc Thu Mar 31 09:07:59 2011 -0400 @@ -378,7 +378,7 @@ " Convenience mappings -------------------------------------------------------- {{{ " Clean whitespace -map c :%s/\s\+$//:let @/='' +map W :%s/\s\+$//:let @/='' " Ack map a :Ack @@ -420,8 +420,8 @@ nmap R :RainbowParenthesesToggle " Edit vim stuff -nnoremap Ev sjL:e $MYVIMRC -nnoremap Es sjL:e ~/.vim/snippets/ +nnoremap ev sjL:e $MYVIMRC +nnoremap es sjL:e ~/.vim/snippets/ " Sudo to write cmap w!! w !sudo tee % >/dev/null @@ -511,21 +511,6 @@ nnoremap F :call EasyMotionF(0, 1) vnoremap F :call EasyMotionF(1, 1) -nnoremap t :call EasyMotionT(0, 0) -vnoremap t :call EasyMotionT(1, 0) - -nnoremap T :call EasyMotionT(0, 1) -vnoremap T :call EasyMotionT(1, 1) - -nnoremap w :call EasyMotionW(0) -vnoremap w :call EasyMotionW(1) - -nnoremap e :call EasyMotionE(0) -vnoremap e :call EasyMotionE(1) - -nnoremap b :call EasyMotionB(0) -vnoremap b :call EasyMotionB(1) - " }}} " }}} diff -r a0023e3d1283 -r 501b64da8d72 vim/colors/molokai.vim --- a/vim/colors/molokai.vim Wed Mar 30 12:50:50 2011 -0400 +++ b/vim/colors/molokai.vim Thu Mar 31 09:07:59 2011 -0400 @@ -52,6 +52,8 @@ hi vCursor guifg=#000000 guibg=#AAF412 " }}} +hi EasyMotionTarget guifg=#E4E500 guibg=bg gui=bold +hi EasyMotionShade guifg=#444444 guibg=bg gui=bold hi Directory guifg=#A6E22E gui=bold hi Error guifg=#960050 guibg=#1E0010 hi ErrorMsg guifg=#F92672 guibg=#232526 gui=bold