2025-10-15 15:29:19 +01:00
|
|
|
# To-do list
|
|
|
|
|
|
|
|
|
|
- Add tests for:
|
2025-12-28 01:37:29 +00:00
|
|
|
- Test delete-around-WORD
|
2025-12-27 02:41:13 +00:00
|
|
|
- Delete-around-word has tests for when cursor is on space (needs tests for alpha and punctuation too)
|
2025-12-12 20:08:53 +00:00
|
|
|
- Reimple `%` motion and `d%` motion.
|
2025-10-15 15:29:19 +01:00
|
|
|
- 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.
|
2025-11-23 23:44:24 +00:00
|
|
|
|
|
|
|
|
Add yank commands like yh/yj/yk/yl as well and test them too.
|