zellij/zellij-tile/src
Aram Drevekenin 18ee784e2d
feat(ui): add navigation with alt + arrow keys (#1264)
* feat(ui): change from non-working alt-brackets to alt-arrows

* style(fmt): rustfmt

* fix: improve parsing of `alt` combination keys

The binding of the keys can now be specified with:

- Alt: 'c'
- Alt: Up
- Alt: Down
- Alt: Left
- Alt: Right

* chore(fmt): rustfmt

Co-authored-by: a-kenji <aks.kenji@protonmail.com>
2022-03-25 14:28:08 +01:00
..
data.rs feat(ui): add navigation with alt + arrow keys (#1264) 2022-03-25 14:28:08 +01:00
lib.rs feat(plugin): add manifest to allow for plugin configuration (#660) 2021-09-22 18:13:21 +01:00
prelude.rs Deduplicate the WASM interface structs 2021-03-09 19:39:42 +00:00
shim.rs fix(style): simplify the conversion from bool to i32 (#1075) 2022-02-24 11:34:46 +01:00