zellij/example
2025-08-05 08:56:42 +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.43.0 2025-08-05 08:56:42 +02: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'