From 7578ad8292fe644247e8db58f88aa794a7129eab Mon Sep 17 00:00:00 2001 From: Anders Holck Date: Wed, 8 Apr 2026 16:41:13 +0200 Subject: [PATCH] Adding ved description --- ved/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ved/README diff --git a/ved/README b/ved/README new file mode 100644 index 0000000..f91021d --- /dev/null +++ b/ved/README @@ -0,0 +1,9 @@ +This is an editor which by nature acts like "vi". Not full implementation. +It can also act as nano with -nano flag. + +alias nano="ved -nano" + +The idea is to predict what you wanna write using the desc.txt file and you can use ^P to get a guess what you wanna type next. +It works incredibly slow and bad so, go ahead and make it better :D + +// Anders