10 lines
348 B
Markdown
10 lines
348 B
Markdown
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
|