micro/todolist.md
2016-03-25 14:52:52 -04:00

1.2 KiB

Todolist

Not done

  • Optimization

  • 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)
  • Options

    • Add options such as tab size, use tabs or use spaces, etc...

Done

  • Readme

  • Line numbers

  • Tests

  • Proper error handling

  • Cleanup

  • 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