tUpdate 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 373605a774c9f8fe27885a0def6f77dbca156d18
(DIR) parent ff8cc59f53abae957ff971c2b08a572f562d6637
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 7 Aug 2019 11:01:50 +0200
Update TODO
Diffstat:
M TODO | 22 ++++++++++++++++++++--
1 file changed, 20 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/TODO b/TODO
t@@ -1,7 +1,25 @@
+# Core functionality
+- Implement procedural keybinds
+- Implementing most Vi binds
+- Allow sending editor to background
- 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
- Implement syntax highlighting
+
+# Interfacing
+- Allow call of external processes with keybindings
+- Allow IO pipes to external proceses
+
+# Multiple files
+- Implement multiple buffers
+- Implement splits
+
+# User configuration
+- Set user-configurable options (keybinds, colors, tabwidth) in config.h
+
+# Documentation
+- Add help from within editor
+- Write man page
+- Install man page with Makefile