Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 871 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 871 Bytes

ec

Simple text editor inspired by Plan9 text editors (Sam & Acme)

Concept

Simple text editor inspired by plan9 text editors concepts.

  • Offer very simple text editing features in core.
  • Use mouse
  • User can extend the editor with external commands instead of plugin.
  • Use command language to edit text.
  • Use platform native toolkits instead of reimplement it.

Usage

see document

Screenshot

https://gyazo.com/e16f941e71f045c4128530948804ea9b

More screenshots in wiki

TODO

  • Allow custom pattern matching on right-mouse-selection
  • Suport mouse chording (cut, snarf, paste)