zellij/zellij-utils/src/input
a-kenji d62e6fb57e
add(plugin): compact-bar & compact layout (#1450)
* add(plugin): `compact-bar` & `compact` layout

* add(nix): `compact-bar` plugin

* add(config): `compact-bar` to the config

* add(workspace): `compact-bar` to workspace members

* add(assets): `compact-bar`

* chore(fmt): rustfmt

* add(nix): add `compact-bar`

* add: compact layout to dump command

* nix(build): fix destination of copy command

* add(makefile): add `compact-bar` to `plugin-build`

* add(layout): `compact-bar` to layout

* add: install `compact-bar` plugin

* fix(test): update input plugin test

* fix(plugin): default colors for compact-bar
2022-06-03 11:14:38 +02:00
..
unit feat(ui): add navigation with alt + arrow keys (#1264) 2022-03-25 14:28:08 +01:00
actions.rs feat(actions): dump the terminal screen into a file (#1375) 2022-05-20 11:22:40 +02:00
command.rs feat(cwd-pane): Keeping the cwd when opening new panes (#691) 2021-09-10 17:35:06 +02:00
config.rs feat(ui): round frame corners (#1227) 2022-03-22 14:58:16 +00:00
keybinds.rs feat(ux): tmux mode (#1073) 2022-02-21 15:52:42 +01:00
layout.rs add(plugin): compact-bar & compact layout (#1450) 2022-06-03 11:14:38 +02:00
mod.rs feat(ui): add navigation with alt + arrow keys (#1264) 2022-03-25 14:28:08 +01:00
mouse.rs chore(deps): move from termion to termwiz for STDIN handling (#1249) 2022-03-23 09:08:35 +01:00
options.rs feat(copy): add copy_on_select option (#1298) 2022-04-16 09:04:06 +02:00
plugins.rs add(plugin): compact-bar & compact layout (#1450) 2022-06-03 11:14:38 +02:00
theme.rs Improve theme usage + add default ones (#1274) 2022-04-02 03:19:42 +05:30