You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set default_mode "locked" in the config.kdl input does not respond when unlocked.
Differently when no default_mode is set in the config. Ctrl + <g> always has the text Lock, regardless if locked or unlocked.
When the default_mode "locked" is set, text always show Unlock in both locked and unlocked mode. In both situations It's probably a small text bug.
When I set default_mode "locked", the background color of the bugged Unlock are in the opposite direciton, it shows when unlocked rather when locked.
As for the main issue, when default_mode are set to "locked", input works when terminal opens, but when you press Ctrl+g to unlock, the input stops working.
Minimal reproduction
Set default_mode "locked" in the config.kdl
Open terminal with zellij
Try typing while unlocked and locked
Other relevant information
❯ zellij --version
zellij 0.41.2
The text was updated successfully, but these errors were encountered:
dougg0k
changed the title
default_mode locked causes input to not work
bug(s): default_mode locked causes input to not work
Feb 17, 2025
Issue description
When I set
default_mode "locked"
in theconfig.kdl
input does not respond when unlocked.default_mode
is set in the config.Ctrl + <g>
always has the textLock
, regardless if locked or unlocked.default_mode "locked"
is set, text always showUnlock
in both locked and unlocked mode. In both situations It's probably a small text bug.default_mode "locked"
, the background color of the buggedUnlock
are in the opposite direciton, it shows when unlocked rather when locked.default_mode
are set to"locked"
, input works when terminal opens, but when you pressCtrl+g
to unlock, the input stops working.Minimal reproduction
default_mode "locked"
in theconfig.kdl
Other relevant information
The text was updated successfully, but these errors were encountered: