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

  1. Map Ctrl+Z to undo functionality
  2. Use different shortcut for suspend (e.g., Ctrl+Shift+Z)
  3. Add confirmation dialog before suspending
  4. Implement session auto-save/restore

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗