micro/todolist.md
Zachary Yedidia b32f0eb94f Add options
2016-03-26 10:54:18 -04:00

1.2 KiB

Todolist

Not done

  • Optimization

  • Documentation

  • Search and replace

  • Better selection

    • Double click selects current word
    • Triple click enables line selection
  • More keybindings

    • Page up and page down
    • CtrlA for select all
    • CtrlO for open file
    • CtrlF for find
    • CtrlZ for undo
    • CtrlY for redo
  • Help screen

    • Help screen which lists keybindings and commands
    • Opened with Ctrl-h
  • Command execution

    • Allow executing simple commands at the bottom of the editor (like vim or emacs)

Done

  • Line numbers

  • Simple tests

  • Proper error handling

  • Cleanup

  • Options

    • Colorscheme
    • tab size
    • tabs or spaces
  • Syntax highlighting

  • 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