mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-20 14:21:00 +00:00
Reorganize todolist
This commit is contained in:
parent
e450e02b83
commit
d2d02b36c3
1 changed files with 21 additions and 11 deletions
32
todolist.md
32
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue