7c548fa4b6
* fix: make Ctrl+C interrupt instead of kill, require double-press to exit * fix: revert config changes, handle ctrl+c double-press in event handlers only Reverts keybind default changes (unnecessary — ctrl+c overlap is handled by event priority in onKeyDown). Adds missing preventDefault() in child-session ctrl+c handler to prevent SIGINT.