Skip to content

feat: add e and E vim motions#67

Merged
leohenon merged 1 commit intoleohenon:ocvfrom
reobin:feat/e-motion
Apr 26, 2026
Merged

feat: add e and E vim motions#67
leohenon merged 1 commit intoleohenon:ocvfrom
reobin:feat/e-motion

Conversation

@reobin
Copy link
Copy Markdown

@reobin reobin commented Apr 25, 2026

👋

while working on paragraph motions, I noticed e and E not being supported with commands, so I went ahead and did those first. easier to reason with and a smaller change overall.

  • 100% vim accurate
  • works both on input box and visual mode
  • supports v, c, d and y operators

* works both on input box and visual mode
* supports `v`, `c`, `d` and `y` operators
@reobin reobin changed the title feat(vim): add e and E vim motions feat: add e and E vim motions Apr 25, 2026
Copy link
Copy Markdown
Owner

@leohenon leohenon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@leohenon leohenon merged commit 33f1617 into leohenon:ocv Apr 26, 2026
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants