#modal #vim #emacs

modalkit

A library for building applications that use modal editing

18 releases

0.0.18 Mar 9, 2024
0.0.16 Jun 29, 2023
0.0.14 Mar 23, 2023
0.0.7 Dec 28, 2022
0.0.1 Aug 25, 2021

#214 in Command-line interface

Download history 6/week @ 2023-12-07 2/week @ 2024-01-04 2/week @ 2024-01-11 3/week @ 2024-01-25 11/week @ 2024-02-01 6/week @ 2024-02-08 156/week @ 2024-02-15 61/week @ 2024-02-22 43/week @ 2024-02-29 272/week @ 2024-03-07 178/week @ 2024-03-14 78/week @ 2024-03-21

590 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.17"

License

modalkit is released under the Apache License, Version 2.0.

Dependencies

~7–16MB
~183K SLoC