kandu / mew_vi

Modal editing witch, VI interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mew_vi — Modal editing witch, VI interpreter

Build Status

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

About

Modal editing witch, VI interpreter

License:MIT License


Languages

Language:OCaml 99.2%Language:Makefile 0.8%