]> git.lizzy.rs Git - micro.git/blob - todolist.md
Better syntax file loading, load files from ~/.micro by default
[micro.git] / todolist.md
1 - [x] Readme
2
3 - [x] Line numbers
4
5 - [ ] Proper error handling
6
7 - [ ] Optimization/Cleanup
8
9 - [ ] Better selection
10     - [ ] Double click selects current word
11     - [ ] Triple click enables line selection
12
13 - [ ] More keybindings
14     - [x] Use pageup and pagedown keys
15     - [ ] Much more (copy sublime text or standard system applications)
16
17 - [x] Syntax highlighting
18     - [x] Use nano-like syntax files (https://github.com/scopatz/nanorc)
19
20 - [ ] Colorschemes
21     - [ ] Support for 256 color and true color
22
23 - [ ] Help screen
24     - [ ] Help screen which lists keybindings and commands
25     - [ ] Opened with Ctrl-h
26
27 - [x] Undo/redo
28     - [x] Undo/redo stack
29
30 - [x] Clipboard support
31     - [x] Ctrl-v, Ctrl-c, and Ctrl-x
32
33 - [ ] Command execution
34     - [ ] Allow executing simple commands at the bottom of the editor 
35       (like vim or emacs)
36
37 - [ ] Options
38     - [ ] Add options such as tab size, use tabs or use spaces, etc...