Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
It's possible to map `w` without break it as text object? #61
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
haya14busa
Feb 1, 2014
Owner
I pushed updates on main repo and it works well in operator pending mode(like cw
). I even support .
repeat(require tpope/vim-repeat)
In addition, use <Plug>
mapping like this
map <Plug>(easymotion-w)
I pushed updates on main repo and it works well in operator pending mode(like In addition, use map <Plug>(easymotion-w) |
haya14busa
closed this
Feb 1, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tssm commentedMar 27, 2013
(Please, excuse my English :S)
Hi,
As I commented, I replaced the default
f
behaviour, and all posible motions with EasyMotion, butw
gave me problems with things likecw
which doesn't works anymore. It's an EasyMotion bug? Or when I map a key it works that way independently if it's a motion or an object?