Add more todoists

This commit is contained in:
2025-12-10 22:53:24 +00:00
parent 24c5b70af1
commit 4e25b28bbe

View File

@@ -6,7 +6,11 @@ A TUI IDE.
# TODO
- [ ] Add support for text selection.
- [ ] Add support for text selection (slect range / all).
- [ ] Add support for delete key.
- [ ] Add support for copy/cut/paste.
- [ ] Add mouse support.
- [ ] Add modes for editing - insert, select, normal, etc.
- [ ] Add folding support.
- [ ] Add feature where doing enter uses tree-sitter to add newline with indentation.
1. it should also put stuff like `}` on the next line.