Files
zyedidia.micro/todolist.md
2016-03-21 14:54:06 -04:00

49 lines
1005 B
Markdown

# Todolist
### Not done
- [ ] Simple auto-completion
- [ ] Tests
- [ ] Proper error handling
- [ ] Optimization/Cleanup
- [ ] Better selection
- [ ] Double click selects current word
- [ ] Triple click enables line selection
- [ ] More keybindings
- [x] Use pageup and pagedown keys
- [ ] Much more (copy sublime text or standard system applications)
- [ ] Colorschemes
- [ ] Support for 256 color and true color
- [ ] Help screen
- [ ] Help screen which lists keybindings and commands
- [ ] Opened with Ctrl-h
- [ ] 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