Docs.rs
hjkl-vim-0.32.0
hjkl-vim 0.32.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mxaddict
Dependencies
hjkl-buffer ^0.32
normal
hjkl-engine ^0.32
normal
hjkl-keymap ^0.32
normal
crossterm ^0.29.0
dev
proptest ^1
dev
ratatui ^0.30
dev
Versions
50.67%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module cmd
hjkl_
vim
0.32.0
Module cmd
Module Items
Enums
In crate hjkl_
vim
hjkl_vim
Module
cmd
Copy item path
Source
Enums
§
Engine
Cmd
Controller commands the host engine implements. hjkl-vim never mutates the editor directly — it emits a command and the host (apps/hjkl) calls the corresponding
Editor
method.