mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-26 19:00:25 +00:00
Add todolist
This commit is contained in:
parent
4f051d4fa4
commit
a98030403a
1 changed files with 27 additions and 0 deletions
27
todolist.txt
Normal file
27
todolist.txt
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
- Better selection
|
||||
- Double click selects current word
|
||||
- Triple click enables line selection
|
||||
|
||||
- More keybindings
|
||||
- Use pageup and pagedown keys
|
||||
|
||||
- Syntax highlighting
|
||||
- Use nano-like syntax files (https://github.com/scopatz/nanorc)
|
||||
- Allow additional colors and colorschemes
|
||||
- Support for 256 color and true color
|
||||
|
||||
- Help screen
|
||||
- Help screen which lists keybindings and commands
|
||||
- Opened with Ctrl-h
|
||||
|
||||
- Undo/redo
|
||||
- Undo/redo stack
|
||||
- Functionality similar to nano
|
||||
|
||||
- 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...
|
||||
|
||||
Loading…
Reference in a new issue