implemented 'yh' motion (yank left)

This commit is contained in:
2026-01-05 10:39:42 +00:00
parent d2f32c1512
commit adb8757ed8
3 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
# To-do list
- Add yank commands like yh/yj/yk/yl as well and then add tests for yanking.
- Implement `yh` motion.
- Implemented. Add tests for it next (based on tests for 'dh' motion).