zellij/zellij-utils/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
..
input feat(ui): add navigation with alt + arrow keys (#1264) 2022-03-25 14:28:08 +01:00
channels.rs refactors for #525 (#534) 2021-05-27 16:28:28 +02:00
cli.rs fix(config): allow POSIX style --config override (#1205) 2022-03-10 22:19:19 +01:00
consts.rs fix(wasm_vm): use cache_dirs for ephemeral plugin data (#1230) 2022-03-17 11:57:38 +01:00
envs.rs add: set env var's from config and layout (#1154) 2022-03-01 15:47:52 +01:00
errors.rs feat(ui): round frame corners (#1227) 2022-03-22 14:58:16 +00:00
ipc.rs feat(ui): round frame corners (#1227) 2022-03-22 14:58:16 +00:00
lib.rs chore(deps): move from termion to termwiz for STDIN handling (#1249) 2022-03-23 09:08:35 +01:00
logging.rs fix(style): various internal refactorings 2021-12-07 10:24:42 +00:00
pane_size.rs feat(ui): add floating panes (#1066) 2022-02-18 21:10:06 +01:00
position.rs feat(ui): add floating panes (#1066) 2022-02-18 21:10:06 +01:00
setup.rs feat(ui): round frame corners (#1227) 2022-03-22 14:58:16 +00:00
shared.rs fix: Allow terminal title passthrough even when not drawing pane frames. (#1113) 2022-02-28 17:54:41 +01:00