zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
19.42k stars 611 forks source link

Cannot Assign New Session Folder in Session Manager if Binding in Use #3356

Open bnwa opened 1 month ago

bnwa commented 1 month ago

Issue description

If I have bound to toggle Normal/Locked mode, I cannot assign a directory to a new session via Session Manager plugin's UI because it hardcodes and does not override the configured binding when the manager UI has focus.

Minimal reproduction

Assign bind Ctrl f { SwitchToMode "Normal"; }` in Locked mode. Create a new session and attempt to assign a directory.

Other relevant information

Session Manager plugin bindings should either take priority or should be configurable, but I see no documentation surronding the plugin's configuration.