zellij/zellij-utils/src/input
a-kenji af86edcf99 Change name of Run binding for actions
* Change
```
Run: {command: <path>, args: [ARGS], direction:<direction> }
```
into
```
Run: {cmd: <path>, args: [ARGS], direction:<direction> }
```
2021-07-06 23:42:05 +02:00
..
unit Big refactor: separate crates for client, server and utilities 2021-05-16 21:41:56 +05:30
actions.rs feat(ui): initial mouse support (#448) 2021-07-02 16:40:50 +02:00
command.rs Change name of Run binding for actions 2021-07-06 23:42:05 +02:00
config.rs chore(clippy): needless_borrow 2021-06-29 23:02:51 +02:00
keybinds.rs Big refactor: separate crates for client, server and utilities 2021-05-16 21:41:56 +05:30
layout.rs chore(clippy): needless_borrow 2021-06-29 23:02:51 +02:00
mod.rs feat(ui): initial mouse support (#448) 2021-07-02 16:40:50 +02:00
mouse.rs feat(ui): initial mouse support (#448) 2021-07-02 16:40:50 +02:00
options.rs feat(ui): initial mouse support (#448) 2021-07-02 16:40:50 +02:00
theme.rs Add color theme config 2021-05-30 15:07:21 +02:00