Ctrl+Z should undo instead of suspending session
Resolved 💬 4 comments Opened Aug 22, 2025 by LiliSLG Closed Aug 22, 2025
## Problem
Using Ctrl+Z (universal undo shortcut) suspends the session without warning, causing loss of work progress.
## Expected Behavior
Ctrl+Z should undo the last action (like in any text editor/IDE)
## Current Behavior
Ctrl+Z immediately suspends session with no recovery option
## Impact
- Breaks muscle memory from other editors
- No warning before losing work
- No easy way to restore suspended session
- Disrupts development flow
## Suggested Solutions
- Map Ctrl+Z to undo functionality
- Use different shortcut for suspend (e.g., Ctrl+Shift+Z)
- Add confirmation dialog before suspending
- Implement session auto-save/restore
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗