tAdd TODO - ve - a minimal text editor (work in progress)
 (HTM) git clone git://src.adamsgaard.dk/ve
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5d477e14e1e73915bb075bb45ee2117c7ffffc67
 (DIR) parent c5046993e84738e0b50d493168c058ed88d5b268
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed,  7 Aug 2019 10:53:49 +0200
       
       Add TODO
       
       Diffstat:
         A TODO                                |       6 ++++++
       
       1 file changed, 6 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/TODO b/TODO
       t@@ -0,0 +1,6 @@
       +- Implement command mode
       +- Implement visual mode
       +- Implement yank and paste
       +- Implement regular expressions during search
       +- Put user-configurable parts (keybinds, colors, tabwidth) into config.h
       +- Allow call of external processes with keybindings