You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
alexmurray
changed the title
Breaks usual 'dw' / 'cw' type actions
Breaks usual 'cw' action
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.
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 forevil-forward-word-begin
:The text was updated successfully, but these errors were encountered: