fb51e15e10e8
Update EasyMotion.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 13 Jul 2011 10:52:14 -0400 |
parents | a98440593d86 |
children | ea8c6c4ec89b |
branches/tags | (none) |
files | .hgsubstate vim/.vimrc |
Changes
--- a/.hgsubstate Wed Jul 13 10:41:17 2011 -0400 +++ b/.hgsubstate Wed Jul 13 10:52:14 2011 -0400 @@ -1,7 +1,7 @@ b9bd86b9f476afd164237dce029a46d2607bd931 mercurial/templates b6be751b4b4391e7e25ba51e36300a8e04820846 vim/bundle/ack bfdf714f8ea10a6bcba7a1375a5700b11077dcd9 vim/bundle/command-t -24c9f6c5974d1838a2e1db8c58bf4160298433a2 vim/bundle/easymotion +cdecdc56f938840cad250aecd58c1901f04c4d1b vim/bundle/easymotion 62a07cb58cffdd669ea2ca5885be33e76bb694e7 vim/bundle/gundo 1535425d6987812aa87e2123d0e509b847b893d5 vim/bundle/html5 34e28b3f6f6d702ff2963b8196eccae9344ed4bc vim/bundle/markdown
--- a/vim/.vimrc Wed Jul 13 10:41:17 2011 -0400 +++ b/vim/.vimrc Wed Jul 13 10:52:14 2011 -0400 @@ -589,11 +589,16 @@ let g:EasyMotion_do_mapping = 0 nnoremap <silent> <Leader>f :call EasyMotionF(0, 0)<CR> +onoremap <silent> <Leader>f :call EasyMotionF(0, 0)<CR> vnoremap <silent> <Leader>f :<C-U>call EasyMotionF(1, 0)<CR> nnoremap <silent> <Leader>F :call EasyMotionF(0, 1)<CR> +onoremap <silent> <Leader>F :call EasyMotionF(0, 1)<CR> vnoremap <silent> <Leader>F :<C-U>call EasyMotionF(1, 1)<CR> +onoremap <silent> <Leader>t :call EasyMotionT(0, 0)<CR> +onoremap <silent> <Leader>T :call EasyMotionT(0, 1)<CR> + " }}} " Sparkup {{{