Skip to content

feat: add { and } paragraph motions#75

Merged
leohenon merged 3 commits intoleohenon:ocvfrom
reobin:feat/vim-paragraph-motions
Apr 27, 2026
Merged

feat: add { and } paragraph motions#75
leohenon merged 3 commits intoleohenon:ocvfrom
reobin:feat/vim-paragraph-motions

Conversation

@reobin
Copy link
Copy Markdown

@reobin reobin commented Apr 26, 2026

making this 100% vim accurate was a bit more complex that I thought it would be. hope it was worth it.

  • wires { and } in normal, visual, and operator-pending modes, with copy-mode parity. Includes tests.
  • vim accurate
  • extensive tests for base case and lots of edge cases

closes #69

Wires { and } in normal, visual, and operator-pending modes, with copy-mode parity. Includes tests.
@reobin reobin force-pushed the feat/vim-paragraph-motions branch from 672e095 to 985dae5 Compare April 26, 2026 15:06
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! this works well.

@leohenon leohenon merged commit 40df958 into leohenon:ocv Apr 27, 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.

[feature] move to prev/next blank line with { and }

2 participants