mirror of
https://github.com/zellij-org/zellij.git
synced 2026-09-22 08:02:38 +00:00
* fix: keep single-pane tabs when serializing, stop the busy-spin on IPC disconnect, and make client-less CLI actions either work or fail loudly * fix: some tab closing/ordering issues * test: integration coverage for OSC 133 selection, scroll retention, paste-read opt-in, theme actions, and input fragmentation * rendering-width regression tests * fix: forward alt+mouse events into a guest pane the client is descended into * fix: alt + [] delay in non-kitty * allow disabling mouse hover tips while keeping the other effects * more osc133 actions * fix: base mode race when changing keybinding presets * fix compilation warnings * make releases drafts and remove diagnostic logging * add pr
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'