Files
2026-04-09 20:33:24 +02:00
..
2026-04-09 20:33:24 +02:00
2026-04-08 16:37:32 +02:00
2026-04-08 16:37:32 +02:00
2026-04-08 16:41:29 +02:00

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