From d2d02b36c3c2e0bff31c3131b6ba43a8dd5ddc33 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Mon, 21 Mar 2016 14:54:06 -0400 Subject: [PATCH] Reorganize todolist --- todolist.md | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) 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