usagi-flow / evil-helix

Bringing the Helix editor to the evil side
https://github.com/usagi-flow/helix
Mozilla Public License 2.0
280 stars 7 forks source link

feat(evil): implement the long word motions (`W`, `B`, `E`) #26

Closed usagi-flow closed 3 months ago

usagi-flow commented 3 months ago

This adds support for moving over long words.

Known issue: Using these motions as part of commands is also supported, but when used as such, the motions will still be treated as regular word motions.