cursive-hjkl

Crates.iocursive-hjkl
lib.rscursive-hjkl
version0.2.0
sourcesrc
created_at2024-05-10 16:40:31.90434
updated_at2024-09-23 17:53:06.331254
descriptionTransparently adds Vim-like HJKL controls to any Cursive view
homepage
repositoryhttps://github.com/gamma-delta/cursive-hjkl
max_upload_size
id1236187
size5,034
petrak@ (gamma-delta)

documentation

README

cursive-hjkl

Transparently wraps any cursive View with hjkl controls.

Specifically, the wrapper listens for HJKL keys, and if the inner view doesn't respond to them, it re-sends an event with arrow keys instead. Because it spoofs arrow keys, it should Just Work on a lot of pre-existing views.

I wrote this for ttyloop.

Commit count: 6

cargo fmt