Skip to content

feat: add delete find operators#137

Merged
leohenon merged 10 commits into
refactor/vim-operator-motionfrom
feat/delete-find-operators
May 17, 2026
Merged

feat: add delete find operators#137
leohenon merged 10 commits into
refactor/vim-operator-motionfrom
feat/delete-find-operators

Conversation

@leohenon
Copy link
Copy Markdown
Owner

Part of #5. Supesedes #130 (@BrettKulp)

  • adds dt/dT/df/dF

@leohenon leohenon marked this pull request as ready for review May 17, 2026 15:04
* feat: add change find operators

* docs: document change find motions

* refactor: share operator find dispatch

---------

Co-authored-by: leohenon <77656081+lhenon999@users.noreply.github.com>
@leohenon leohenon merged commit a0880d9 into refactor/vim-operator-motion May 17, 2026
@leohenon leohenon deleted the feat/delete-find-operators branch May 17, 2026 15:19
leohenon added a commit that referenced this pull request May 17, 2026
* feat: add delete find operators

* test: cover delete find edge cases

* fix: ignore current char for backward find delete

* refactor: share find target lookup

* refactor: share find operator setup

* refactor: share find operator helpers

* docs: document new motions

* fix: show full operator find pending indicator

* fix: exclude cursor char from backward find delete

* feat: add change find operators (#138)

* feat: add change find operators

* docs: document change find motions

* refactor: share operator find dispatch

---------

Co-authored-by: Brett Kulp <103147007+BrettKulp@users.noreply.github.com>
leohenon added a commit that referenced this pull request May 17, 2026
…ind/till operators (#135)

* refactor: share operator word motion handling

* refactor: rename operator result types

* feat: add delete find operators (#137)

* feat: add delete find operators

* test: cover delete find edge cases

* fix: ignore current char for backward find delete

* refactor: share find target lookup

* refactor: share find operator setup

* refactor: share find operator helpers

* docs: document new motions

* fix: show full operator find pending indicator

* fix: exclude cursor char from backward find delete

* feat: add change find operators (#138)

* feat: add change find operators

* docs: document change find motions

* refactor: share operator find dispatch

---------

Co-authored-by: Brett Kulp <103147007+BrettKulp@users.noreply.github.com>

* fix: normalize find target keys (#139)

---------

Co-authored-by: leohenon <77656081+lhenon999@users.noreply.github.com>
Co-authored-by: Brett Kulp <103147007+BrettKulp@users.noreply.github.com>
leohenon added a commit that referenced this pull request May 17, 2026
…ind/till operators (#135)

* refactor: share operator word motion handling

* refactor: rename operator result types

* feat: add delete find operators (#137)

* feat: add delete find operators

* test: cover delete find edge cases

* fix: ignore current char for backward find delete

* refactor: share find target lookup

* refactor: share find operator setup

* refactor: share find operator helpers

* docs: document new motions

* fix: show full operator find pending indicator

* fix: exclude cursor char from backward find delete

* feat: add change find operators (#138)

* feat: add change find operators

* docs: document change find motions

* refactor: share operator find dispatch

* fix: normalize find target keys (#139)

---------

Co-authored-by: leohenon <77656081+lhenon999@users.noreply.github.com>
Co-authored-by: Brett Kulp <103147007+BrettKulp@users.noreply.github.com>
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.

1 participant