From 96fe9cea0da2adf8456970f6487b1ad213882094 Mon Sep 17 00:00:00 2001 From: Humza Shahid Date: Tue, 20 Jan 2026 09:13:03 +0000 Subject: [PATCH] update todo.md notes with next steps to focus on --- todo.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/todo.md b/todo.md index b173e9f..a2c49df 100644 --- a/todo.md +++ b/todo.md @@ -1,4 +1,7 @@ # To-do list - 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` - Implement 'yj' motion and add tests for it