vi Editor

I have not used vi for a very long time. The vi EMACS war is over and others have won. I was looking for a tiny editor which can be easy adapted and embed into a (Forth) system.

This vi has its origin from BusyBox tiny vi.

  • The program is resident. The buffer too. You can leave the program without saving, do some work on the command line and go back to vi and continue the edit task.
  • The buffer is restricted to 40 KiB. Large files have to be split up.
  • Mecrisp Forth uses DOS/Windows style line endings carriage return and line feed ("\r\n"). Unix (and vi) uses just line feed ("\n").
  • The command v evaluates a line.

Turbo Pascal IDE (Wordstar), EDT, vi, EMACS, IDE (Eclipse, NetBeans, EWARM)

BusyBox and ToyBox

Documentation, Manual

There are plenty of documents about vi:

-- Peter Schmid - 2020-08-29

Comments

Edit | Attach | Watch | Print version | History: r17 | r6 < r5 < r4 < r3 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r4 - 2020-09-20 - PeterSchmid
 
  • Edit
  • Attach
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback