From a98030403a9b2fe4dcdf02a43c2ee4050736a54d Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Sat, 19 Mar 2016 08:52:59 -0400 Subject: [PATCH] Add todolist --- todolist.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 todolist.txt diff --git a/todolist.txt b/todolist.txt new file mode 100644 index 00000000..8859a098 --- /dev/null +++ b/todolist.txt @@ -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... +