#modal #vim #emacs

modalkit

A library for building applications that use modal editing

19 releases

0.0.19 Apr 24, 2024
0.0.18 Mar 9, 2024
0.0.17 Feb 1, 2024
0.0.16 Jun 29, 2023
0.0.1 Aug 25, 2021

#166 in Command-line interface

Download history 14/week @ 2024-01-29 134/week @ 2024-02-12 51/week @ 2024-02-19 71/week @ 2024-02-26 170/week @ 2024-03-04 223/week @ 2024-03-11 121/week @ 2024-03-18 174/week @ 2024-03-25 211/week @ 2024-04-01 105/week @ 2024-04-08 97/week @ 2024-04-15 255/week @ 2024-04-22 112/week @ 2024-04-29 50/week @ 2024-05-06

523 downloads per month
Used in 3 crates

Apache-2.0

1MB
28K SLoC

modalkit

Build Status License: Apache 2.0 #modalkit:0x.badd.cafe Latest Version Docs Status

About

This is a Rust library for building modal editing applications, and provides default keybindings for Vim and Emacs that you can drop into your application.

For examples of how you can use this crate, see modalkit-ratatui, scansion, and iamb.

Usage

This crate can be used by adding modalkit to your dependencies in your project's Cargo.toml.

[dependencies]
modalkit = "0.0.19"

License

modalkit is released under the Apache License, Version 2.0.

Dependencies

~7–22MB
~285K SLoC