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