implement 'dG' motion (need to test it next)

This commit is contained in:
2025-10-16 01:13:14 +01:00
parent 5fcee88911
commit a855cecd25
3 changed files with 32 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
# To-do list
- Add tests for:
- `dG`
- `d$`
- `d^`
- `dd`
@@ -18,6 +19,5 @@
- Reimplement `di<symbol>` and `da<symbol>`
- They should search for the next char in the specific pair, the same way in Vim
- Add tests for both
- Implement `dG` motion and test it
Afterwards, add tests for yanking.