zellij/example
Aram Drevekenin a9f8bbcd19
feat(ux): improve multiple select (#4221)
* intercept/clear-intercept key APIs

* allow opening a pinned unfocused floating pane

* rework plugin

* improve some apis

* fix tests

* tests for pane groups

* more exact placement and tests

* plugin command permission and cleanup

* improve some multiselect ux

* improve plugin ui

* remove old status indicator

* allow moving plugin out of the way

* style(fmt): rustfmt

* update plugins

* remove old keybinding

* cleanups

* fix: only rename pane if needed

* changelog and some cleanups

* style(fmt): rustfmt
2025-06-03 17:15:32 +02:00
..
layouts chore(assets): update layout examples to .kdl from .yaml (#2250) 2023-03-15 18:18:29 +01:00
themes feat: provide default themes (#2307) 2023-04-27 00:26:07 +09:00
alt-centered-config.kdl fix(examples): convert ALT-centered config to kdl and smoothify (#1910) 2022-11-08 15:56:16 +01:00
config.kdl feat(ux): improve multiple select (#4221) 2025-06-03 17:15:32 +02:00
default.kdl chore(release): v0.42.0 2025-03-17 09:06:01 +01:00
README.md Add Unbind for Keybindings (#241) 2021-04-17 15:05:34 +02:00
screen-overview.yaml Minor Visibility problem fixed: 2021-04-28 05:27:10 -07:00

Special considerations when using the configuration:

While trying to bind the newline character in the Config, use double quotes:

Ctrl: "\n" instead of Ctrl: '\n'