tFix styling of TODO - ve - a minimal text editor (work in progress)
HTML git clone git://src.adamsgaard.dk/ve
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 745e1e2448e41ce7fe8917b5202ff8dfb24117ef
DIR parent b105c3d1cbc3e7d0f50e1d0e9a001da7a369578f
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 7 Aug 2019 11:41:54 +0200
Fix styling of TODO
Diffstat:
M TODO | 46 ++++++++++++++++----------------
1 file changed, 23 insertions(+), 23 deletions(-)
---
DIR diff --git a/TODO b/TODO
t@@ -1,27 +1,27 @@
-# Core functionality
-- Proper handling of command-line arguments
-- Implement procedural keybinds
-- Implementing most Vi binds
-- Allow sending editor to background
-- Implement command mode
-- Allow call of commands with keybinds
-- Implement visual mode
-- Implement yank and paste
-- Implement regular expressions during search
-- Implement syntax highlighting
+Core functionality:
+ - Proper handling of command-line arguments
+ - Implement procedural keybinds
+ - Implementing most Vi binds
+ - Allow sending editor to background
+ - Implement command mode
+ - Allow call of commands with keybinds
+ - Implement visual mode
+ - Implement yank and paste
+ - Implement regular expressions during search
+ - Implement syntax highlighting
-# Interfacing
-- Allow call of external processes with commands (sed?, sam?)
-- Allow IO pipes to external proceses
+Interfacing:
+ - Allow call of external processes with commands (sed?, sam?)
+ - Allow IO pipes to external proceses
-# Multiple files
-- Implement multiple buffers
-- Implement splits
+Multiple files:
+ - Implement multiple buffers
+ - Implement splits
-# User configuration
-- Set user-configurable options (keybinds, colors, tabwidth) in config.h
+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
+Documentation:
+ - Add help from within editor
+ - Write man page
+ - Install man page with Makefile