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.