update todo.md notes with next steps to focus on

This commit is contained in:
2026-01-20 09:13:03 +00:00
parent 214ea67b76
commit 96fe9cea0d

View File

@@ -1,4 +1,7 @@
# To-do list # To-do list
- Bind gamepad functions from GLFW - Bind gamepad functions from GLFW
- I have bindings for alpha letters, shift, enter and escape.
- I should learn layout next.
- After learning layout, I should design and implement symbols
- Modify deletion functions to use `PersistentVector.delete` - Modify deletion functions to use `PersistentVector.delete`
- Implement 'yj' motion and add tests for it - Implement 'yj' motion and add tests for it