2025-10-15 15:29:19 +01:00
|
|
|
# To-do list
|
|
|
|
|
|
|
|
|
|
- Add tests for:
|
|
|
|
|
- `dF<char>`
|
|
|
|
|
- `dT<char>`
|
|
|
|
|
- delete inside word
|
|
|
|
|
- Implement delete-around-word and test it
|
|
|
|
|
- Reimplement `%` motion and `d%` motion.
|
|
|
|
|
- They should both search for the next character in any pair, the same way in Vim
|
|
|
|
|
- Add tests for reimplemented movements and motions
|
|
|
|
|
- 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
|
|
|
|
|
|
2025-10-16 15:02:45 +01:00
|
|
|
Afterwards, add tests for yanking.
|