568 B
568 B
To-do list
- Add tests for:
d$d^dddndNdf<char>dF<char>dt<char>dT<char>- delete inside word
- Implement delete-around-word and test it
- Reimplement
%motion andd%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>andda<symbol>- They should search for the next char in the specific pair, the same way in Vim
- Add tests for both
Afterwards, add tests for yanking.