From 4e25b28bbef099b0041b66e1dee9200ef0e208c7 Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Wed, 10 Dec 2025 22:53:24 +0000 Subject: [PATCH] Add more todoists --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 769a2c6..38a4499 100644 --- a/README.md +++ b/README.md @@ -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.