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