User Tools

Site Tools


editors:e3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
editors:e3 [2021/03/12 13:36] – created senioradmineditors:e3 [2021/03/15 17:20] (current) – [e3] senioradmin
Line 2: Line 2:
 e3 is an ultra lightweight editor written in assembly. It simulates  e3 is an ultra lightweight editor written in assembly. It simulates 
 several different editors: several different editors:
-  * Wordstar (default)+  * Wordstar (joe) (default)
   * vi   * vi
   * pico (nano)   * pico (nano)
   * ne   * ne
   * emacs   * emacs
 +
 +It is usable for quick editing, but not very suitable for longer sessions. Since it is written in assembly it is only available on x86 and x86_64 architecture
 +
 +Website: [[https://sites.google.com/site/e3editor/]] 
 +
 +===== RAM usage =====
 +
 +On: Artix Linux in kB
 + 
 +
 +^Command ^Version ^[[:glossary#USS|USS]] ^[[:glossary#PSS|PSS]] ^[[:glossary#RSS|RSS]]^
 +|e3  |2.82                          |48     |48    |48|
 + 
 +
  
 ===== Feature Check ===== ===== Feature Check =====
 +
 +|                       ^YES ^NO  ^Remarks              ^
 +^ UTF-8                 | X  |    |                     |
 +^ Copy/Cut/Paste        | X  |    |No multiple lines in vi mode              |
 +^ Search                | X  |    |                     |
 +^ Replace               | X  |    |                     |
 +^ Syntax Higlight          | X  |                     |
 +^ Auto Word Wrap        |    | X  |                     |
 +^ Line Numbers          | X  |    |                     |
 +^ Config. Colors        |    | X  |                     |
 +^ Beginner friendly Keys| X  |    |                     |
 +^ Config. key bindings  |    | X  |Choosable modes with different keybindings |
 +^ Command Menu          |    | X  |                     |
 +^ Integrated Help       | X  |    |Alt+h doesn't work in xterm, use Esc+h     |
 +
 +
 +===== Screenshot =====
 +
 +{{:editors:e3.png}}
 +
 +
 +===== Rating ===== 
 +
 +  * Lightweightness: +++++
 +  * Simpleness: +++++
 +  * Easiness: ++++
 +
 +[[:about#rating|About Rating]]
 +
  
  
-  * UTF-8 Support 
-  * Copy/Cut/Paste Line 
-  * Copy/Cut/Paste Block 
-  * Search 
-  * Replace 
-  * Syntax Highlighting 
-  * Auto Word wrap 
-  * Line Numbers 
-  * Configurable Colors 
-  * Beginner-friendly keybindings (e.g. Home, End, cursor keys) 
-  * Configurable keybindings 
-  * Menu for commands 
-  * Integrated Help 
-  * Works everywhere (e.g. tty, xterm, screen, tmux) 
  
  
editors/e3.1615556178.txt.gz · Last modified: 2021/03/12 13:36 by senioradmin

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki