Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks usual 'cw' action #3

Open
alexmurray opened this issue Sep 2, 2015 · 1 comment
Open

Breaks usual 'cw' action #3

alexmurray opened this issue Sep 2, 2015 · 1 comment

Comments

@alexmurray
Copy link

I use cw to change to end of current word a lot (it is ingrained in muscle memory) but this breaks with evil-avy. The normal (vim / evil) behaviour should be retained - this is detailed by the help for evil-forward-word-begin:

w runs the command evil-forward-word-begin, which is an interactive compiled
Lisp function in `evil-commands.el'.

It is bound to w.

(evil-forward-word-begin &optional COUNT BIGWORD)

Move the cursor to the beginning of the COUNT-th next word.
If BIGWORD is non-nil, move by WORDS.

If this command is called in operator-pending state it behaves
differently. If point reaches the beginning of a word on a new
line point is moved back to the end of the previous line.

If called after a change operator, i.e. cw or cW,
`evil-want-change-word-to-end' is non-nil and point is on a word,
then both behave like ce or cE.

If point is at the end of the buffer and cannot be moved signal
'end-of-buffer is raised.
@alexmurray alexmurray changed the title Breaks usual 'dw' / 'cw' type actions Breaks usual 'cw' action Sep 2, 2015
@louy2
Copy link
Owner

louy2 commented Sep 2, 2015

I suffer similarly, but have not come up a good way. I am now trying to expose a customize to change the keybindings, and set the default with evil-leader. Before that, let me rollback wb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants