Skip to content

fix: treat punctuation as its own word in vim motions#81

Merged
leohenon merged 1 commit intoleohenon:ocvfrom
reobin:fix/punctuation
Apr 28, 2026
Merged

fix: treat punctuation as its own word in vim motions#81
leohenon merged 1 commit intoleohenon:ocvfrom
reobin:fix/punctuation

Conversation

@reobin
Copy link
Copy Markdown

@reobin reobin commented Apr 28, 2026

  • w/b/W now class punctuation, words, and blanks separately so motions land on punctuation boundaries
  • cw/cW change to end of word like vim instead of deleting through next word start

* w/b/W now class punctuation, words, and blanks separately so motions land on punctuation boundaries
* cw/cW change to end of word like vim instead of deleting through next word start
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 be59d9e into leohenon:ocv Apr 28, 2026
2 checks 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