(Feature Request) Navigation with `e`
Opened this issue · 1 comments
howell commented
ge
would be nice, too
duianto commented
It might be helpful to look at, how the Emacs Evil package implements:
- The
evil-forward-word-end
motion (e
):
https://github.com/emacs-evil/evil/blob/c3317f8d1bd60405a2c3aad372da126651a74fbe/evil-commands.el#L336 - The
evil-backward-word-end
motion (ge
):
https://github.com/emacs-evil/evil/blob/c3317f8d1bd60405a2c3aad372da126651a74fbe/evil-commands.el#L362