drracket-vim-tool icon indicating copy to clipboard operation
drracket-vim-tool copied to clipboard

(Feature Request) Navigation with `e`

Open howell opened this issue 8 years ago • 1 comments

ge would be nice, too

howell avatar May 05 '16 19:05 howell

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

duianto avatar Apr 24 '18 23:04 duianto