Severity: Major
Description
Pressing Ctrl+A q immediately closes the entire application window with no confirmation. Since prefix mode has no visual indicator (see #6), a user who accidentally enters prefix mode and then presses q (a common key) loses all their terminal sessions instantly.
Location
crates/wmux-app/frontend/keybindings.js:52-53
Expected Behavior
Show a confirmation dialog: "Quit wmux? All terminal sessions will be closed." This is especially important since there is no session persistence/restore feature.
Severity: Major
Description
Pressing
Ctrl+A qimmediately closes the entire application window with no confirmation. Since prefix mode has no visual indicator (see #6), a user who accidentally enters prefix mode and then pressesq(a common key) loses all their terminal sessions instantly.Location
crates/wmux-app/frontend/keybindings.js:52-53Expected Behavior
Show a confirmation dialog: "Quit wmux? All terminal sessions will be closed." This is especially important since there is no session persistence/restore feature.