Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing or changing any of the default CTRL bindings breaks the status bar UI styling #3968

Open
KarlOfDuty opened this issue Feb 1, 2025 · 0 comments

Comments

@KarlOfDuty
Copy link

KarlOfDuty commented Feb 1, 2025

Issue description

Zellij version: 0.41.2-1 from the official arch repo.

This is the UI when using the default keybindings:

Image

This is the UI after removing the Quit binding:

Image

When I do the same on the ALT side it works as expected:

Default alt bindings:

Image

Float binding removed:

Image

Minimal reproduction

Comment out the Quit binding in the shared_except "locked" config section:

    shared_except "locked" {
        bind "Alt +" { Resize "Increase"; }
        bind "Alt -" { Resize "Decrease"; }
        bind "Alt =" { Resize "Increase"; }
        bind "Alt [" { PreviousSwapLayout; }
        bind "Alt ]" { NextSwapLayout; }
        bind "Alt f" { ToggleFloatingPanes; }
        bind "Ctrl g" { SwitchToMode "locked"; }
        bind "Alt i" { MoveTab "left"; }
        bind "Alt n" { NewPane; }
        bind "Alt o" { MoveTab "right"; }
        //bind "Ctrl q" { Quit; }
    }

Same issue occurs if the Ctrl q binding is changed to something else like Detach;.

The same issue occurs with any of the other CTRL ones. The ALT ones work completely fine though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant