package mew_vi

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.0.tar.gz
md5=1e6fdaf6098396d5cbe54e20074aa96b

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

None

Conflicts

None