package mew

  1. Overview
  2. Docs
Modal editing witch

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
md5=2298149d1415cd804ab4e01f01ea10a0

README.md.html

mew — Modal Editing Witch

This is the core module of mew, a general modal editing engine generator.

Usage

You can provide your Key, Mode, Concurrent modules to define the real world environment to get the core component of a modal editing engine.

The core compoment support recursive key mapping ossociated with user provided modes.

After the core component is generated, you may extended it with a translater to interpret user key sequence, so you'll get a complete modal editing engine.