We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Zellij version: 0.41.2-1 from the official arch repo.
0.41.2-1
This is the UI when using the default keybindings:
This is the UI after removing the Quit binding:
When I do the same on the ALT side it works as expected:
Default alt bindings:
Float binding removed:
Comment out the Quit binding in the shared_except "locked" config section:
Quit
shared_except "locked"
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;.
Ctrl q
Detach;
The same issue occurs with any of the other CTRL ones. The ALT ones work completely fine though.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue description
Zellij version:
0.41.2-1
from the official arch repo.This is the UI when using the default keybindings:
This is the UI after removing the Quit binding:
When I do the same on the ALT side it works as expected:
Default alt bindings:
Float binding removed:
Minimal reproduction
Comment out the
Quit
binding in theshared_except "locked"
config section:Same issue occurs if the
Ctrl q
binding is changed to something else likeDetach;
.The same issue occurs with any of the other CTRL ones. The ALT ones work completely fine though.
The text was updated successfully, but these errors were encountered: