package mew_vi

  1. Overview
  2. Docs
Modal editing witch, VI interpreter

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.0.tar.gz
md5=341e9a9a20383641015bf503952906bc

Description

A vi-like modal editing engine generator.

Published: 31 May 2020

README

mew_vi — Modal editing witch, VI interpreter

This is a vi-like modal editing engine generator.

Usage

Provide your Key, Mode, Concurrent modules to define the real world environment to get a handy vi-like modal editing engine.

Feed the the i channel user input and get the vi actions from the action_output channel.

WIP

  • map & imap command

Dependencies (4)

  1. dune >= "1.1.0"
  2. react
  3. mew >= "0.1.0" & < "0.2"
  4. ocaml >= "4.02.3"

Dev Dependencies

None

Used by (2)

  1. inquire = "0.2.1"
  2. lambda-term >= "3.1.0"

Conflicts

None