mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +00:00
1.2 KiB
1.2 KiB
Todolist
Not done
-
Optimization
-
Documentation
-
Search and replace
-
Splits
-
More keybindings
- Page up and page down
- CtrlA for select all
- CtrlO for open file
- CtrlF for find
- CtrlZ for undo
- CtrlY for redo
Done
-
Line numbers
-
Simple tests
-
Proper error handling
-
Cleanup
-
Unicode support
-
Command execution
- Allow executing simple commands at the bottom of the editor (like vim or emacs)
-
Help screen
- Help screen which lists keybindings and commands
- Opened with Ctrl-h
-
Better selection
- Double click selects current word
- Triple click enables line selection
-
Options
- Colorscheme
- tab size
- tabs or spaces
-
Syntax highlighting
- Use nano-like syntax files (https://github.com/scopatz/nanorc)
- Optimization
-
Undo/redo
- Undo/redo stack
-
Clipboard support
- CtrlV, CtrlC, and CtrlX
-
Colorschemes
- Support for 256 color and true color
-
Messages/Prompts
- Messages at the bottom of the screen
- Prompts at the bottom of the screen