diff --git a/todolist.md b/todolist.md index c65fb0c7..744e4f9e 100644 --- a/todolist.md +++ b/todolist.md @@ -1,6 +1,10 @@ -- [x] Readme +# Todolist -- [x] Line numbers +### Not done + +- [ ] Simple auto-completion + +- [ ] Tests - [ ] Proper error handling @@ -14,9 +18,6 @@ - [x] Use pageup and pagedown keys - [ ] Much more (copy sublime text or standard system applications) -- [x] Syntax highlighting - - [x] Use nano-like syntax files (https://github.com/scopatz/nanorc) - - [ ] Colorschemes - [ ] Support for 256 color and true color @@ -24,15 +25,24 @@ - [ ] Help screen which lists keybindings and commands - [ ] Opened with Ctrl-h -- [x] Undo/redo - - [x] Undo/redo stack - -- [x] Clipboard support - - [x] Ctrl-v, Ctrl-c, and Ctrl-x - - [ ] Command execution - [ ] Allow executing simple commands at the bottom of the editor (like vim or emacs) - [ ] Options - [ ] Add options such as tab size, use tabs or use spaces, etc... + +### Done + +- [x] Readme + +- [x] Line numbers + +- [x] Syntax highlighting + - [x] Use nano-like syntax files (https://github.com/scopatz/nanorc) + +- [x] Undo/redo + - [x] Undo/redo stack + +- [x] Clipboard support + - [x] Ctrl-v, Ctrl-c, and Ctrl-x