micro/todolist.md

39 lines
926 B
Markdown
Raw Normal View History

2016-03-21 00:28:36 +03:00
- [x] Readme
2016-03-19 16:24:37 +03:00
2016-03-19 16:24:04 +03:00
- [x] Line numbers
2016-03-21 00:14:43 +03:00
- [ ] 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)
- [ ] Syntax highlighting
- [ ] Use nano-like syntax files (https://github.com/scopatz/nanorc)
2016-03-21 00:14:43 +03:00
- [ ] Colorschemes
- [ ] Support for 256 color and true color
- [ ] Help screen
- [ ] Help screen which lists keybindings and commands
- [ ] Opened with Ctrl-h
2016-03-20 03:32:14 +03:00
- [x] Undo/redo
2016-03-20 01:16:10 +03:00
- [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...