[[HomePage]] > [[SoftwareIndex Software Index]] > ====e3==== e3 is a console text editor with multiple personalities, A single executable that emulates other editors.[[http://www.wordstar.org/|WordStar]],[[http://www.gnu.org/software/emacs/|Emacs]],[[http://info.eps.surrey.ac.uk/FAQ/pico.html|Pico]],[[http://www.nedit.org/|Nedit]], or[[http://ex-vi.sourceforge.net/|vi]] ===Usage=== Type one of the following into a console to invoke e3 with the desired emulation. (please note not all emulations are 100% identical to their corresponding editor) %% e3ws %% [[http://www.freeimagehosting.net/newuploads/vqq4c.gif|keyboard commands for WordStar mode]] %% e3em %% keyboard commands for emacs emulation. There are no key bindings that use the Meta key. %% e3pi %% [[http://www.freeimagehosting.net/newuploads/8asja.gif|keyboard commands for Pico emulation]] %% e3ne %% [[http://www.freeimagehosting.net/newuploads/kicrm.gif|keyboard commands for Nedit emulation]] %% e3vi %% vi emulation. This is inferior to the busybox vi. No support for "set" commands No support for f to seek to next instance of . Instead, use "/" or "?" No support for "n" to repeat a search. Instead, use "/" or "?" with no pattern; this repeats the previous search. ALT-h usually gives help, EXCEPT in e3vi mode, where you have to use ESC-h instead. e3 in all modes creates backup files named xxx~. These are NOT automatically deleted. ==Categories== CategorySoftware CategoryCommandLine