zellij/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
..
tests feat(ui): add navigation with alt + arrow keys (#1264) 2022-03-25 14:28:08 +01:00
commands.rs fix(feat): disable_automatic_asset_installation (#1226) 2022-03-17 11:40:09 +01:00
install.rs fix(feat): disable_automatic_asset_installation (#1226) 2022-03-17 11:40:09 +01:00
main.rs chore(deps): update arg parsing to clap v3 (#1017) 2022-01-23 20:59:03 +01:00
sessions.rs fix(cli): list-sessions stderr on fail (#1174) 2022-03-04 17:55:16 +01:00